hugo-theme-introduction/layouts/partials/li.html
2017-03-13 19:09:43 +08:00

3 lines
No EOL
156 B
HTML

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