Headers, cache tweaks
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user