Files
paige-hugo/layouts/partials/paige_date.html
2022-12-11 22:03:42 -08:00

4 lines
177 B
HTML

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