hugo-coder-fork/layouts/posts/li.html

5 lines
140 B
HTML
Raw Normal View History

<li>
<span>{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
<a href="{{ .URL }}">{{ .Title }}</a>
</li>