blog/layouts/archive/li.html
Alexander Kiryukhin e98eacd9f3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Поправил тему
2024-01-26 03:24:49 +03:00

4 lines
212 B
HTML

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