summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/meta/date.html
blob: 1454d0b503f7b099848a5a8ea996998b2b0009ab (plain)
1
2
3
4
<time datetime="{{ . | time.Format "2006-01-02T15:04:05-07:00" }}">
  {{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) -}}
</time>
{{- /* Trim EOF */ -}}