Improve date element in page metadata

This commit is contained in:
2023-04-06 00:08:28 -05:00
parent 7bc8a4cb57
commit 17047babc0
4 changed files with 6 additions and 12 deletions

View File

@ -0,0 +1,3 @@
<time datetime="{{ .Format "2006-01-02T15:04:05Z07:00" }}" title="{{ . }}">
{{ .Format "January 2, 2006" }}
</time>