diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-10-19 15:11:21 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-10-19 15:11:21 +0100 |
commit | ab32a9c380b9fea68939e1f31dc96fe70a7a9d5d (patch) | |
tree | f40fffab3e84b974923a0e0e986e607031889a4d | |
parent | d2d9f519615f52adb4f70f5ce798cd17472f5ea0 (diff) |
Updated my blogs footer with new fediverse logo.
-rw-r--r-- | footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/footer.html b/footer.html index 4192c53..39fe58f 100644 --- a/footer.html +++ b/footer.html @@ -8,7 +8,7 @@ The code for this site is licensed under <a href="https://git.smithies.me.uk/blarg/tree/LICENSE">MIT</a>. <br> Here's the blog's <a href="atom.xml">Atom feed</a>. <br><br> - <img src="./public/mastodon.png" alt="BSD Cafe" width="16" height="16" style="vertical-align:middle;"> + <img src="./public/fediverse.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="Self Hosted" width="16" height="16" style="vertical-align:middle;"> <a href="https://git.smithies.me.uk">Git</a> |