6 lines
247 B
HTML
Raw Normal View History

<p class="hidden">
2024-02-26 23:34:28 -07:00
{{ range first 1 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }}
Last updated <time id="last-update" datetime="{{ .PublishDate }}">{{ .PublishDate.Format "January 2, 2006" }}</time>.
{{ end }}
2024-02-22 21:35:34 -07:00
</p>