diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-04 19:16:42 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-04 19:16:42 +0100 |
commit | ab41be00ede879e57608d05044d268098fb820a3 (patch) | |
tree | 54705b0065c11b8d95b4d9ceb80f5a29bbd48710 /src/_footer.html | |
parent | 80f69003909e1f4362cd1bd4289668fd60d65820 (diff) |
Website redesign
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> |