Files
congo-hindi-gujarati/layouts/partials/meta/date.html
T
David Jack Wange Olrik 6f113e5754 fix: Don’t markdownify dates
To prevent “ordered list” markup in languages like Danish and German dates are no longer markdownifed.

Date formates like: `2. January 2006` would be turned into ordered lists because of the period after 2.
2025-03-02 17:53:16 +01:00

5 lines
145 B
HTML

<time datetime="{{ . }}">
{{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) | emojify -}}
</time>
{{- /* Trim EOF */ -}}