aboutsummaryrefslogtreecommitdiff
path: root/src/_footer.html
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-08-28 10:16:39 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-08-28 10:20:56 +0200
commitc7ba27acc50b06f0f7c2cced9b609a15cc9552d9 (patch)
treef4f7625186f5841ddec667989660a51c0897ce06 /src/_footer.html
parent77cfc954e906edbf9a72aae5fa5fa091e58b014a (diff)
Added option to toggle dark mode
Diffstat (limited to 'src/_footer.html')
-rw-r--r--src/_footer.html35
1 files changed, 19 insertions, 16 deletions
diff --git a/src/_footer.html b/src/_footer.html
index ca3390b..9dd7db1 100644
--- a/src/_footer.html
+++ b/src/_footer.html
@@ -1,17 +1,20 @@
- <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/c/adamski1">Youtube</a>
- &nbsp;&bull;&nbsp;
- <a href="https://www.twitch.tv/adastx">Twitch</a>
- &nbsp;&bull;&nbsp;
- <a href="https://steamcommunity.com/id/adastx">Steam</a>
- </footer>
- </body>
+<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/c/adamski1">Youtube</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://www.twitch.tv/adastx">Twitch</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://steamcommunity.com/id/adastx">Steam</a>
+</footer>
+
+<script src="scripts/darktheme.js"></script>
+</body>
+
</html>