congo/layouts/partials/meta/date.html

5 lines
135 B
HTML
Raw Normal View History

2022-01-23 19:28:50 +00:00
<time datetime="{{ . }}">
{{- .Format (site.Params.article.dateFormat | default "2 January 2006") -}}
2021-08-21 01:42:40 +00:00
</time>
{{- /* Trim EOF */ -}}