diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-09-03 15:56:14 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-09-03 15:56:14 +0100 |
commit | 314218e2096ab5ee6aa2a5c114ea2bd4b688341c (patch) | |
tree | 6db29aa826694c7d9a5af7d8dbaeb25a10447b47 /footer.html | |
parent | c4c340866c35ad9a8297a30f989e9cf39cb28104 (diff) |
Added missing <br> in footer.html
Diffstat (limited to 'footer.html')
-rw-r--r-- | footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/footer.html b/footer.html index 8b67a41..f88c972 100644 --- a/footer.html +++ b/footer.html @@ -2,7 +2,7 @@ <footer> <small> <span><a href="#">↑ Back to Top</a></span><br><br> - Powered by <a href="https://www.freebsd.org/">FreeBSD</a> + Powered by <a href="https://www.freebsd.org/">FreeBSD</a><br> Built with <a href="https://git.smithies.me.uk/blarg">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 |