loviuz-website/layouts/news/li.html

5 lines
214 B
HTML
Raw Normal View History

2022-07-03 15:58:57 +02:00
<li>
<span class="date">{{ .Date | time.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
<a class="title" href="{{ .Params.externalLink | default .RelPermalink }}">{{ .Title }}</a>
</li>