print lastmod date instead of initial date

This commit is contained in:
acarril 2023-05-01 18:00:20 -04:00
parent 26c7b97e57
commit 69f7b18a88

View file

@ -1,6 +1,6 @@
<li>
<a href="{{ .Permalink }}">
{{ .Title }}
<small><time>{{ .Date | time.Format (i18n "posts.date") }}</time></small>
<small><time>{{ .Lastmod | time.Format (i18n "posts.date") }}</time></small>
</a>
</li>