Uppercase name.
This commit is contained in:
parent
05c0637d69
commit
1a764d2926
|
@ -18,7 +18,7 @@ impl Index {
|
||||||
create_dir_all(destination.parent().unwrap())?;
|
create_dir_all(destination.parent().unwrap())?;
|
||||||
|
|
||||||
let template = Self {
|
let template = Self {
|
||||||
page_title: "bauke".to_string(),
|
page_title: "Bauke".to_string(),
|
||||||
};
|
};
|
||||||
|
|
||||||
write(destination, template.render()?)?;
|
write(destination, template.render()?)?;
|
||||||
|
|
Loading…
Reference in New Issue