fix,feat: mention behavior and page titles
This commit is contained in:
parent
7e2f5d0a18
commit
79a054ab40
22 changed files with 314 additions and 140 deletions
|
|
@ -223,6 +223,7 @@ pub mod get {
|
|||
.fetch_all(pool)
|
||||
.await?;
|
||||
Ok(layout.render(
|
||||
"Home",
|
||||
Some(vec![asset!("home.css"), asset!("journal.css")]),
|
||||
html! {
|
||||
(freshness_section(&freshens)?)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue