fix footer time formatting

This commit is contained in:
yequari 2024-03-08 16:11:38 -07:00
parent 6dd2b7b071
commit 942edb6b2c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<p class="hidden">
{{ range first 1 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }}
Last updated <time id="last-update" datetime="{{ .PublishDate }}">{{ .PublishDate.Format "January 2, 2006" }}</time>.
Last updated <time id="last-update" datetime="{{ .PublishDate.Format "2006-01-02 15:04:05 -0700" }}">{{ .PublishDate.Format "January 2, 2006" }}</time>.
{{ end }}
<script src="https://tinylytics.app/embed/ig7D4Y9LSxprgCWfj5e8.js" defer></script>
</p>