Replace Rocket and Tera with Rouille and Maud #88

Merged
glyph merged 67 commits from rouille_maud into main 2022-03-25 08:07:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 30aff5d7ac - Show all commits

View File

@ -55,7 +55,7 @@ pub fn build_template(peers: Vec<HashMap<String, String>>, title: &str) -> PreEs
// render the peers list template
(peers_template(peers))
} @else {
p { "No follows found" }
p class="font-normal" { "No peers found" }
}
}
}