diff options
author | Adam Stück <adam@adast.xyz> | 2023-12-17 19:54:39 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-12-17 20:56:00 +0100 |
commit | 267ce378e2cdfb1e72dcfcd05c8d4b69da9c79cb (patch) | |
tree | 3616fba7a5550068ec33ded9318d4d51098917a4 /src/_footer.html | |
parent | 5aa9d9038919533481e10976f3f7f9c90531a81a (diff) |
overhaul: switch from ssg to barf
Diffstat (limited to 'src/_footer.html')
-rw-r--r-- | src/_footer.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/_footer.html b/src/_footer.html deleted file mode 100644 index 7408831..0000000 --- a/src/_footer.html +++ /dev/null @@ -1,11 +0,0 @@ -<footer role="contentinfo"> - - <span><a href="#">↑ Back to Top</a></span><br><br> - <small> - Built with <a href="https://rgz.ee/ssg.html">ssg</a>.<br> - The <a href="https://git.sr.ht/~adamski/arena-web">code for this site</a> is <a href="https://git.sr.ht/~adamski/arena-web/tree/main/item/LICENSE">MIT</a>. - </small> -</footer> -</main> -</body> -</html> |