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

5 lines
177 B
HTML
Raw Normal View History

2024-08-28 22:54:34 +02:00
<time datetime="{{ . | time.Format "2006-01-02T15:04:05-07:00" }}">
{{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) -}}
</time>
{{- /* Trim EOF */ -}}