Files
site/themes/custom-theme/layouts/partials/post-meta.html
Dave Gallant 8d898eb69a Tweak theme
2024-04-07 21:55:42 -04:00

6 lines
115 B
HTML

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