aboutsummaryrefslogtreecommitdiff
path: root/footer.html
diff options
context:
space:
mode:
authorJustineSmithies <justine@smithies.me.uk>2023-05-13 16:20:58 +0100
committerJustineSmithies <justine@smithies.me.uk>2023-05-13 16:20:58 +0100
commit282cd835e27e8ff21e8d8a0acf2859e96a1cdc0f (patch)
tree494c3eac6459eb88f5146c5c14a1a8bb8aa8bdc9 /footer.html
Initial commit
Diffstat (limited to 'footer.html')
-rw-r--r--footer.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/footer.html b/footer.html
new file mode 100644
index 0000000..c2306ea
--- /dev/null
+++ b/footer.html
@@ -0,0 +1,15 @@
+<footer role="contentinfo">
+ <small>
+ <span><a href="#">↑ Back to Top</a></span><br><br>
+ Built with <a href="https://codeberg.org/JustineSmithies/blarg">blarg</a> a modified version of <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/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://fosstodon.org/@JustineSmithies">Mastodon</a>
+ <img src="./public/git.png" alt="Codeberg" width="16" height="16" style="vertical-align:middle;">
+ <a href="https://codeberg.org/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>