This commit is contained in:
parent
3f5539372a
commit
6f5b563f97
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ pub fn get_index(config: Config) -> String {
|
|||
"blog/index.html",
|
||||
BlogIndexTemplate { posts: None },
|
||||
Infos {
|
||||
page_title: None,
|
||||
page_desc: None,
|
||||
page_kw: None,
|
||||
page_title: Some("Blog".to_string()),
|
||||
page_desc: Some("Liste des posts d'Anri".to_string()),
|
||||
page_kw: Some(["blog", "blogging"].join(", ")),
|
||||
},
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue