aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/base.html
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-03 17:21:29 +0200
committerWilliam Hergès <william@herges.fr>2025-10-03 17:21:29 +0200
commit270f592fc65cd5553ccf7c0dc81431c3efdf67ab (patch)
tree4c1c53f3c40b6324201dda10a8c30c7438fcbde7 /backend/templates/base.html
parented216fcfbd19d97f35292ceb9af77aab989446b0 (diff)
feat(frontend): bundle htmx and set every external link to target blank
Diffstat (limited to 'backend/templates/base.html')
-rw-r--r--backend/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html
index 8466bc0..68d3f8d 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -39,7 +39,8 @@
<footer>
<p>&copy; 2025 - Anhgelus Morthuuzh</p>
<p>«&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>
+ <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>
</body>
</html>