aboutsummaryrefslogtreecommitdiff
path: root/src/_footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/_footer.html')
-rw-r--r--src/_footer.html23
1 files changed, 10 insertions, 13 deletions
diff --git a/src/_footer.html b/src/_footer.html
index eaa0ed4..047f613 100644
--- a/src/_footer.html
+++ b/src/_footer.html
@@ -1,16 +1,13 @@
-<footer>
- <a href="/" class="homepage-link">adast.xyz</a>
- &nbsp;&mdash;&nbsp;
- <a href="https://git.adast.xyz/explore/repos">Gitea</a>
- &nbsp;&bull;&nbsp;
- <a href="https://github.com/adastx">Github</a>
- &nbsp;&bull;&nbsp;
- <a href="https://odysee.com/@adamski:f">Odysee</a>
- &nbsp;&bull;&nbsp;
- <a href="https://youtube.com/@adamski1">Youtube</a>
-</footer>
+<footer role="contentinfo">
-<script src="/scripts/darktheme.js"></script>
+ <span><a href="#">↑ Back to Top</a></span><br><br>
+ <small>
+ Built with <a href="https://rgz.ee/ssg.html">ssg</a>.<br>
+ Maintained with ♥ for the web. <br>
+ The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br>
+ The <a href="https://git.sr.ht/~adamski/adast.xyz">code for this site</a> is <a href="https://git.sr.ht/~adamski/adast.xyz/tree/main/item/LICENSE">MIT</a>.
+ </small>
+</footer>
+</main>
</body>
-
</html>