yequari.com/themes/dreamcast/layouts/partials/footer.html

6 lines
247 B
HTML
Raw Normal View History

<p class="hidden">
2024-02-27 06:34:28 +00: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-23 04:35:34 +00:00
</p>