fix template name

This commit is contained in:
slonkazoid 2025-01-29 18:35:15 +03:00
parent 23b8f441e7
commit 38e00ef2c2
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -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,