aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorBradley Taunt <git@btxx.org>2026-01-21 16:14:18 -0500
committerBradley Taunt <git@btxx.org>2026-01-21 16:14:18 -0500
commitb36bf99a95f54b698aec0a58a4b8059746614049 (patch)
tree3a8783445781b2243b8be78500db8eb29c769b38 /_includes/footer.html
parent9a1a73e62c89f014170643e6941ae0bb52a5a22c (diff)
Refactor for valid XHTML Strict doctype
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 59281c3..e12a1ad 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,10 +1,10 @@
-<hr>
-<footer>
+<hr/>
+<div id="footer">
<p>The content for this site is <a
- href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br>
+ href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br/>
<a href="https://git.sr.ht/~bt/1mb-club">source code for this site</a></p>
<p>Maintained with &hearts; for a performant web</p>
- <p>Proud supporter of <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a> and <a href="https://usefathom.com/ref/DKHJVX">Fathom</a><br>
- Feel free to reach out via <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a><br>
+ <p>Proud supporter of <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a> and <a href="https://usefathom.com/ref/DKHJVX">Fathom</a><br/>
+ Feel free to reach out via <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a><br/>
Latest sites via <a href="/atom.xml">atom.xml</a> // Latest articles via <a href="/posts.xml">posts.xml</a></p>
-</footer>
+</div>