summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/meta/date-updated.html
blob: cc25c693060d34bd865f81a22bd9a53f39057383 (plain)
1
2
3
4
<time datetime="{{ . }}">
  {{- i18n "article.date_updated" (dict "Date" (partial "functions/date.html" .)) | markdownify | emojify -}}
</time>
{{- /* Trim EOF */ -}}