congo/layouts/partials/meta/date.html

5 lines
135 B
HTML

<time datetime="{{ . }}">
{{- .Format (site.Params.article.dateFormat | default "2 January 2006") -}}
</time>
{{- /* Trim EOF */ -}}