hugo-theme-introduction/layouts/partials/li.html
2018-01-26 17:10:03 -08:00

3 lines
No EOL
145 B
HTML

<li class="post-item">
<span><a href="{{ .Permalink }}">{{ .Title }}</a></span> - <span>{{ .Date.Format .Site.Params.dateForm }}</span>
</li>