fix template name
This commit is contained in:
parent
23b8f441e7
commit
38e00ef2c2
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ async fn posts(
|
|||
let reg = templates.read().await;
|
||||
let style = style.load();
|
||||
let rendered = reg.render(
|
||||
"index",
|
||||
"posts",
|
||||
&PostsTemplate {
|
||||
bingus_info: &BINGUS_INFO,
|
||||
posts,
|
||||
|
|
Loading…
Reference in a new issue