simoncor.net/themes/hugo-coder/layouts/posts/li.html

5 lines
207 B
HTML
Raw Normal View History

2020-07-16 22:43:30 +02:00
<li>
<span class="date">{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
<a class="title" href="{{ .Params.ExternalLink | default .RelPermalink }}">{{ .Title }}</a>
</li>