aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/base.html
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-03 11:36:22 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-03 11:49:09 +0200
commitb8a964e19de9cb025587c3546930a18c0d4edd07 (patch)
treefe4bec22a4727c4932021eb973a646ca6389011e /backend/templates/base.html
parentcec39db23db603e87b969a5c630b5873f96a8be7 (diff)
feat(backend): handle simple root files
Diffstat (limited to 'backend/templates/base.html')
-rw-r--r--backend/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html
index 8d8567a..5d62ffa 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -39,7 +39,7 @@
<footer>
<p>&copy; 2025 - Anhgelus Morthuuzh</p>
<p>«&thinsp;{{ .Quote }}&thinsp;»</p>
- <p><a href="">Mentions légales</a>, <a href="https://git.anhgelus.world/anhgelus/small-web">Code source</a></p>
+ <p><a href="/legal">Mentions légales</a>, <a href="https://git.anhgelus.world/anhgelus/small-web">Code source</a></p>
</footer>
</body>
</html>