blog/layouts/posts/li.html
NeonXP de67217484
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Пофиксил отображение даты
2024-01-23 18:46:44 +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>