Files
paige-hugo/layouts/partials/paige-date.html
2022-12-13 22:08:04 -08:00

4 lines
155 B
HTML

{{ with .PublishDate }}
<p class="text-center text-muted"><time datetime="{{ .Format `2006-01-02` }}">{{ .Format "January 2, 2006" }}</time></p>
{{ end }}