aboutsummaryrefslogtreecommitdiff
path: root/backend/templates
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-03 10:53:35 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-03 10:53:35 +0200
commita2dad61a48af63db2fd00bee3f6ea487720d33bd (patch)
tree641c686472c5748369884fa8a6097f874ab78146 /backend/templates
parent620b03459751a17632f6165b289206dc6d86ed7c (diff)
feat(backend): customize quotes
Diffstat (limited to 'backend/templates')
-rw-r--r--backend/templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html
index bef493f..8d8567a 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -38,8 +38,8 @@
{{ end }}
<footer>
<p>&copy; 2025 - Anhgelus Morthuuzh</p>
- <p>«&thinsp;Une citation&thinsp;»</p>
- <p><a href="">Mentions légales</a></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>
</footer>
</body>
-</html> \ No newline at end of file
+</html>