blowfish/layouts/partials/meta/date-updated.html

5 lines
185 B
HTML
Raw Normal View History

2024-08-10 18:23:16 -05:00
<time datetime="{{ . | time.Format "2006-01-02T15:04:05-07:00" }}">
2024-07-29 17:19:35 -05:00
{{- i18n "article.date_updated" (dict "Date" (partial "functions/date.html" .)) -}}
2022-09-10 14:05:37 -05:00
</time>
{{- /* Trim EOF */ -}}