aboutsummaryrefslogtreecommitdiff
path: root/backend/templates
diff options
context:
space:
mode:
Diffstat (limited to 'backend/templates')
-rw-r--r--backend/templates/base.html2
-rw-r--r--backend/templates/simple.html1
2 files changed, 2 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>
diff --git a/backend/templates/simple.html b/backend/templates/simple.html
new file mode 100644
index 0000000..dd00397
--- /dev/null
+++ b/backend/templates/simple.html
@@ -0,0 +1 @@
+{{ define "body" }}{{ .Content }}{{ end }}