yequari.com/layouts/partials/footer.html

10 lines
368 B
HTML
Raw Normal View History

2024-04-27 00:48:14 +00:00
<p>
2024-10-03 05:16:49 +00:00
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>.
2024-04-27 00:48:14 +00:00
{{ end }}
</p>
2024-10-03 05:16:49 +00:00
<p>
<button class="hidden" value="dark mode" id="theme-toggle">Button</button>
</p>