hugo-theme-introduction/layouts/partials/li.html

3 lines
145 B
HTML
Raw Normal View History

2017-03-13 09:14:02 +00:00
<li class="post-item">
<span><a href="{{ .Permalink }}">{{ .Title }}</a></span> - <span>{{ .Date.Format .Site.Params.dateform }}</span>
2017-03-13 09:14:02 +00:00
</li>