cullmann.io/themes/blowfish/layouts/partials/meta/date.html

5 lines
149 B
HTML
Raw Normal View History

<time datetime="{{ . }}">
2024-06-26 21:44:28 +02:00
{{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) | markdownify -}}
</time>
{{- /* Trim EOF */ -}}