aboutsummaryrefslogtreecommitdiff
path: root/backend/templates
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-04 20:07:12 +0200
committerWilliam Hergès <william@herges.fr>2025-10-04 20:07:12 +0200
commitad62bd3ed2660d0691aeff1ecb11c5997f901a75 (patch)
tree78cde0d57dfb5f22a2270e2cd5d928b2d763fe36 /backend/templates
parent52e85e838e7bbd7fa8860e175701303c81db9217 (diff)
fix(frontend): use htmx history instead of custom implementation to have history working
Diffstat (limited to 'backend/templates')
-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 f0ae617..e56341b 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -24,7 +24,7 @@
<meta name="twitter:description" content="{{ .Description }}" />
<meta name="twitter:image" content="{{ fullStatic .Image }}" />
</head>
-<body>
+<body hx-push-url="true">
<header>
<img src="{{ static .Logo.Header }}" alt="Logo">
<nav>