diff options
| author | William Hergès <william@herges.fr> | 2025-10-04 20:07:12 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-04 20:07:12 +0200 |
| commit | ad62bd3ed2660d0691aeff1ecb11c5997f901a75 (patch) | |
| tree | 78cde0d57dfb5f22a2270e2cd5d928b2d763fe36 /backend/templates | |
| parent | 52e85e838e7bbd7fa8860e175701303c81db9217 (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.html | 2 |
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> |
