diff options
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> |
