Homepage/themes/blowfish/layouts/partials/meta/date.html

5 lines
177 B
HTML
Raw Normal View History

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