aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/base.html
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-03 19:15:58 +0200
committerWilliam Hergès <william@herges.fr>2025-10-03 19:15:58 +0200
commitcb19ff62a7ddbe130f2b3723ba16599a66e3df67 (patch)
treeceab92c4d695e19e128ff47f15b8d594ad8b6e8f /backend/templates/base.html
parent24ec3f328981a7dad54d3aae48e8feae932aed87 (diff)
feat(frontend): update quote after htmx reload
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 fec24ef..a79f4c1 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -38,7 +38,7 @@
{{ template "body" . }}
<footer>
<p>&copy; 2025 - Anhgelus Morthuuzh</p>
- <p>«&thinsp;{{ .Quote }}&thinsp;»</p>
+ <p id="quote">«&thinsp;{{ .Quote }}&thinsp;»</p>
<p><a href="/legal">Mentions légales</a>, <a href="https://git.anhgelus.world/anhgelus/small-web">code source</a>.</p>
</footer>
<script src="{{ assets "index.js" }}" defer></script>