Files
site/themes/hugo-theme-gruvbox/layouts/partials/post-meta.html
2024-03-31 12:40:33 -04:00

6 lines
115 B
HTML

<div class="post-meta">
{{- with .page.Date -}}
<span>{{ .Format "2006-01-02" }}</span>
{{- end -}}
</div>