aboutsummaryrefslogtreecommitdiff
path: root/backend/templates
diff options
context:
space:
mode:
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>