diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-08-12 19:36:04 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-08-12 19:36:04 +0100 |
commit | 8cbf509b4f6732c53659601360ab73d98670c15a (patch) | |
tree | 416cc6ee5f1db8c807d4a14cb04978809f5ec302 | |
parent | 160ed941519e88c828a0bb938b68d2e8c14f1b39 (diff) |
Mastodon moved from treehouse.systems to bsd.cafe instance
-rw-r--r-- | footer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/footer.html b/footer.html index e59df65..4cb168a 100644 --- a/footer.html +++ b/footer.html @@ -8,8 +8,8 @@ href="https://codeberg.org/JustineSmithies/blarg/src/branch/master/LICENSE">MIT</a>. <br> Here's the blog's <a href="atom.xml">RSS feed</a>. <br><br> ©2022 - {{YEAR}} Justine Smithies - - <img src="./public/mastodon.png" alt="Fosstodon" width="16" height="16" style="vertical-align:middle;"> - <a rel="me" href="https://social.treehouse.systems/@JustineSmithies">Mastodon</a> + <img src="./public/mastodon.png" alt="BSD Cafe" width="16" height="16" style="vertical-align:middle;"> + <a rel="me" href="https://mastodon.bsd.cafe/@justine">Mastodon</a> <img src="./public/git.png" alt="Codeberg" width="16" height="16" style="vertical-align:middle;"> <a href="https://git.sr.ht/~justinesmithies/">Git</a> <img src="./public/email.png" alt="Email" width="16" height="16" style="vertical-align:middle;"> @@ -18,4 +18,4 @@ </footer> </body> -</html>
\ No newline at end of file +</html> |