update htmx to latest in 2.x branch
This commit is contained in:
+2
-2
@@ -1293,8 +1293,8 @@ fn page(title: &str, user: Option<&User>, content: Markup) -> Markup {
|
|||||||
meta name="viewport" content="width=device-width, initial-scale=1";
|
meta name="viewport" content="width=device-width, initial-scale=1";
|
||||||
title { (title) " · Sustenance" }
|
title { (title) " · Sustenance" }
|
||||||
link rel="stylesheet" href="/static/style.css";
|
link rel="stylesheet" href="/static/style.css";
|
||||||
script src="https://unpkg.com/htmx.org@2.0.4" {}
|
script src="https://unpkg.com/htmx.org@2.0.10" {}
|
||||||
script src="https://unpkg.com/htmx-ext-ws@2.0.2/ws.js" {}
|
script src="https://unpkg.com/htmx-ext-ws@2.0.4/ws.js" {}
|
||||||
}
|
}
|
||||||
body hx-boost="true" {
|
body hx-boost="true" {
|
||||||
header class="site-header" {
|
header class="site-header" {
|
||||||
|
|||||||
Reference in New Issue
Block a user