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

5 lines
214 B
HTML
Raw Normal View History

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