add _footer.md
This commit is contained in:
parent
c129c6d4d3
commit
c001bf3cb2
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ pub async fn download_posts(posts: (String, Vec<String>), dir: &str, download_sp
|
||||||
if download_special_files {
|
if download_special_files {
|
||||||
let special_files = [
|
let special_files = [
|
||||||
(String::from("_readme"), "md"),
|
(String::from("_readme"), "md"),
|
||||||
|
(String::from("_footer"), "md"),
|
||||||
(String::from("_styles"), "css"),
|
(String::from("_styles"), "css"),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Reference in a new issue