aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/skeleton.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/skeleton.php b/templates/skeleton.php
index acf86bf..8ed04ee 100644
--- a/templates/skeleton.php
+++ b/templates/skeleton.php
@@ -5,9 +5,10 @@
<title><?= $pageTitle ?></title>
<link rel="stylesheet" href="/static/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <script src="https://unpkg.com/htmx.org@2.0.4"></script>
</head>
-<body>
+<body hx-boost="true">
<header>
<nav>
<ul>