aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorwinter2024-12-23 22:29:35 +0000
committerwinter2024-12-23 22:29:35 +0000
commit26c37ebbdc58c6089741230f0b723b0ff507aa57 (patch)
treec251e330a8126cb6b0f9a26029a03e6c46e2d790 /templates
parentaafbcc8fc1a07872fffa4d669117f41148e509a8 (diff)
add htmx and use hx-boost
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>