diff options
author | Bradley Taunt <bt@btxx.org> | 2025-07-14 10:45:44 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-07-14 10:45:44 -0400 |
commit | 82e3e9fd5c56785c0368eb495b6cfefa6c3e5cd5 (patch) | |
tree | f899ed2accddc81635795f9358e7d92ad70bf589 /_includes/footer.html | |
parent | 3b985e1fb18ce1fca735b45cf5ce14f3a3f86cb4 (diff) |
Minor footer changes and hall of fame content
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 3a6468c..4beb5d3 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,10 +2,10 @@ <footer> <p>The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> - The <a href="https://git.sr.ht/~bt/1mb-club">code for this site</a> is <a - href="https://git.sr.ht/~bt/1mb-club/tree/master/item/LICENSE">MIT</a></p> + <a href="https://codeberg.org/btxx/1mb-club">source code for this site</a></p> <p>Maintained with ♥ for a performant web<br> - Proud supporter of <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a> and <a href="https://usefathom.com/ref/DKHJVX">Fathom</a><br> + Powered by <a href="https://openbsd.org">OpenBSD</a>, <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>, <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>, and <a href="https://jekyllrb.com/">Jekyll</a></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> Latest sites via <a href="/atom.xml">atom.xml</a> // Latest articles via <a href="/posts.xml">posts.xml</a></p> </footer> |