diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-29 03:51:56 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-29 03:51:56 +0900 |
| commit | aeca93f41dcefa876d477e4f124c6a8a2d34595d (patch) | |
| tree | 863573504ca856d38f390eb1a55cb320e0f940ca /templates | |
| parent | e4db81206f8f572fc5355b11c20dc51b5b69ffbc (diff) | |
templates: add discord link
This leads to /discord and the redirect should be handled by nginx.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/footer.html | 1 |
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> |
