diff options
Diffstat (limited to 'src/_footer.html')
-rw-r--r-- | src/_footer.html | 23 |
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> - — - <a href="https://git.adast.xyz/explore/repos">Gitea</a> - • - <a href="https://github.com/adastx">Github</a> - • - <a href="https://odysee.com/@adamski:f">Odysee</a> - • - <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> |