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

5 lines
198 B
HTML

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