diff options
| author | winter | 2024-12-23 22:29:35 +0000 |
|---|---|---|
| committer | winter | 2024-12-23 22:29:35 +0000 |
| commit | 26c37ebbdc58c6089741230f0b723b0ff507aa57 (patch) | |
| tree | c251e330a8126cb6b0f9a26029a03e6c46e2d790 | |
| parent | aafbcc8fc1a07872fffa4d669117f41148e509a8 (diff) | |
add htmx and use hx-boost
| -rw-r--r-- | templates/skeleton.php | 3 |
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> |
