summaryrefslogtreecommitdiff
path: root/templates/footer.html
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-29 03:51:56 +0900
committerOphestra <cat@gensokyo.uk>2025-06-29 03:51:56 +0900
commitaeca93f41dcefa876d477e4f124c6a8a2d34595d (patch)
tree863573504ca856d38f390eb1a55cb320e0f940ca /templates/footer.html
parente4db81206f8f572fc5355b11c20dc51b5b69ffbc (diff)
templates: add discord link
This leads to /discord and the redirect should be handled by nginx.
Diffstat (limited to 'templates/footer.html')
-rw-r--r--templates/footer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html
index 3529c81d..bd32d1f3 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -2,5 +2,6 @@
<a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>Hakurei</a>
<ul id="social">
<li><a href="https://git.gensokyo.uk/security">Gitea</a></li>
+ <li><a href="/discord">Discord</a></li>
</ul>
</footer>