Headers, cache tweaks

This commit is contained in:
2025-11-05 08:46:33 -08:00
parent e9863707d8
commit 063ea165d1
8 changed files with 455 additions and 132 deletions

View File

@@ -22,7 +22,7 @@ pub fn index() -> Page {
slug: None,
},
generate_html: Box::new(move |_page| {
generate_html: Box::new(move |_page, _| {
Box::pin(async {
html! {
h2 id="about" { "About" }