[FIX] failed build on some newer hugo versions
All checks were successful
/ build (pull_request) Successful in 40s
/ cleanup-staging (pull_request) Successful in 2s
/ build (push) Successful in 13s

might need v0.123.0 or greater
This commit is contained in:
jtbx 2024-03-12 21:20:26 +01:00
parent 76dcc69074
commit 462fb7ed68

View file

@ -8,11 +8,11 @@
</section> </section>
<div class="meta"> <div class="meta">
{{- with .Params.publishDate }} {{- with .PublishDate }}
<small class="li-comma">Veröffentlicht: {{ .Format "2006-01-02 15:04" }}</small> <small class="li-comma">Veröffentlicht: {{ .Format "2006-01-02 15:04" }}</small>
{{- end }} {{- end }}
{{- if .Params.lastmod.After .Params.publishDate }} {{- if .Lastmod.After .PublishDate }}
{{- with .Params.lastmod }} {{- with .Lastmod }}
<small class="li-comma">letzte Änderung: {{ .Format "2006-01-02 15:04" }}</small> <small class="li-comma">letzte Änderung: {{ .Format "2006-01-02 15:04" }}</small>
{{- end }} {{- end }}
{{- end }} {{- end }}