aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-05-12 13:24:54 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-05-12 13:24:54 +0100
commit42aa5816ecf2dddb441ef223b11965ec87ec31c1 (patch)
treeaa273ab81214ddd686cd990e3276ef42fc8be33e
parent0c4d7a6299029106a1d421ec59096b680fcb2a5a (diff)
Removed invalid link in footer for Barf
-rw-r--r--footer.html29
1 files changed, 16 insertions, 13 deletions
diff --git a/footer.html b/footer.html
index 72dc828..df00110 100644
--- a/footer.html
+++ b/footer.html
@@ -1,18 +1,21 @@
</main>
<footer>
- <small>
+ <small>
<span><a href="#">↑ Back to Top</a></span><br><br>
- Built with <a rel="me" href="https://social.treehouse.systems/@JustineSmithies">blarg</a> a mix of both <a href="https://github.com/karlb/karl.berlin/tree/master">blog.sh</a> and <a href="https://git.sr.ht/~bt/barf">barf</a>.
- The code for this site is licensed under <a 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/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;">
- <a href="mailto:justine@smithies.me.uk">Email</a>
- </small>
+ Built with <a rel="me" href="https://social.treehouse.systems/@JustineSmithies">blarg</a> a mix of both <a
+ href="https://github.com/karlb/karl.berlin/tree/master">blog.sh</a> and <b>barf</b>.
+ The code for this site is licensed under <a
+ 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/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;">
+ <a href="mailto:justine@smithies.me.uk">Email</a>
+ </small>
</footer>
</body>
-</html>
+
+</html> \ No newline at end of file