Add hx-boosted support to Layout
It will now skip rendering the layout if the request is coming from an hx-boosted link or form and only update the head title with a hx-swap-oob.
This commit is contained in:
@@ -26,6 +26,7 @@ clap = { version = "4.4", features = ["derive", "env"] }
|
||||
dotenvy = "0.15"
|
||||
feed-rs = "1.3"
|
||||
futures = "0.3"
|
||||
headers = "0.3"
|
||||
http = "0.2.9"
|
||||
maud = { version = "0.25", features = ["axum"] }
|
||||
notify = "6"
|
||||
|
||||
Reference in New Issue
Block a user