1
Fork 0

move all static-file include!s into a single module

This commit is contained in:
QuietMisdreavus 2018-11-10 16:05:29 -06:00
parent 6cfc603395
commit 2f8ce732e1
4 changed files with 140 additions and 27 deletions

View file

@ -78,6 +78,7 @@ pub mod html {
crate mod layout;
pub mod markdown;
crate mod render;
crate mod static_files;
crate mod toc;
}
mod markdown;