blowfish/layouts/partials/meta/date.html

5 lines
135 B
HTML
Raw Normal View History

2022-09-10 14:05:37 -05:00
<time datetime="{{ . }}">
2024-07-29 17:19:35 -05:00
{{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) -}}
2022-09-10 14:05:37 -05:00
</time>
{{- /* Trim EOF */ -}}