simpletheme/layouts/partials/footer.html
J S 3a64fb5f38
feat[dark]: Fixed dark-mode selector
I corrected the dark-mode selector so that it appears on each page.

I also corrected the ugly tag boxes.
2023-11-13 19:49:36 -05:00

12 lines
271 B
HTML

<footer>
<div>
<h3><a href="{{ .Site.BaseURL }}posts">Back to all posts</a></h3>
</div>
<hr>
<p>Go <a href="{{ .Site.BaseURL }}/index.xml">here</a> for an RSS feed.</p>
{{partial "tags.html" .}}
{{partial "categories.html" .}}
</footer>