yequari.com/layouts/partials/footer.html

6 lines
272 B
HTML
Raw Normal View History

2024-04-27 00:48:14 +00:00
<p>
{{ range first 1 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }}
Site last updated <time id="last-update" datetime="{{ .PublishDate.Format "2006-01-02 15:04:05 -0700" }}">{{ .PublishDate.Format "January 2, 2006" }}</time>.
{{ end }}
</p>