yequari.com/layouts/partials/footer.html

10 lines
368 B
HTML

<p>
Made without AI tools using Hugo.
{{ range first 1 .Site.RegularPages.ByDate.Reverse }}
Last updated <time id="last-update" datetime="{{ .PublishDate.Format "2006-01-02 15:04:05 -0700" }}">{{ .PublishDate.Format "January 2, 2006" }}</time>.
{{ end }}
</p>
<p>
<button class="hidden" value="dark mode" id="theme-toggle">Button</button>
</p>