1
Fork 0

Uppercase name.

This commit is contained in:
Bauke 2022-03-28 14:59:01 +02:00
parent 05c0637d69
commit 1a764d2926
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ impl Index {
create_dir_all(destination.parent().unwrap())?;
let template = Self {
page_title: "bauke".to_string(),
page_title: "Bauke".to_string(),
};
write(destination, template.render()?)?;