fixup stray templating end tag

This commit is contained in:
Ramiro Morales 2024-05-28 22:58:58 +02:00
parent 49b0fbd98d
commit 7fc271a235

View File

@ -31,7 +31,6 @@
</strong> </strong>
</p> </p>
{{ end }} {{ end }}
{{- end -}}
{{/* Hugo uses Go's date formatting is set by example. Here are two formats */}} {{/* Hugo uses Go's date formatting is set by example. Here are two formats */}}
{{ if not .Date.IsZero }} {{ if not .Date.IsZero }}
<time class="f6 mv4 dib tracked" {{ printf `datetime="%s"` (.Date.Format "2006-01-02T15:04:05Z07:00") | safeHTMLAttr }}> <time class="f6 mv4 dib tracked" {{ printf `datetime="%s"` (.Date.Format "2006-01-02T15:04:05Z07:00") | safeHTMLAttr }}>