Files
mywildcloud-org/themes/blowfish/layouts/partials/meta/date.html
2025-06-09 16:52:15 -07:00

5 lines
177 B
HTML

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