Пофиксил отображение даты
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
NeonXP 2024-01-23 18:46:44 +03:00
parent f7f4eb7e06
commit de67217484

4
layouts/posts/li.html Normal file
View file

@ -0,0 +1,4 @@
<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>