From c001bf3cb2ddb31c72dbf1d55ce67124d77f666c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 18 Oct 2022 16:09:06 +0200 Subject: [PATCH] add _footer.md --- src/download.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/download.rs b/src/download.rs index c521189..329a9da 100644 --- a/src/download.rs +++ b/src/download.rs @@ -18,6 +18,7 @@ pub async fn download_posts(posts: (String, Vec), dir: &str, download_sp if download_special_files { let special_files = [ (String::from("_readme"), "md"), + (String::from("_footer"), "md"), (String::from("_styles"), "css"), ];