add _footer.md

This commit is contained in:
Mylloon 2022-10-18 16:09:06 +02:00
parent c129c6d4d3
commit c001bf3cb2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -18,6 +18,7 @@ pub async fn download_posts(posts: (String, Vec<String>), dir: &str, download_sp
if download_special_files {
let special_files = [
(String::from("_readme"), "md"),
(String::from("_footer"), "md"),
(String::from("_styles"), "css"),
];