congo/layouts/partials/meta/date.html

5 lines
140 B
HTML
Raw Normal View History

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