move all static-file include!s into a single module
This commit is contained in:
parent
6cfc603395
commit
2f8ce732e1
4 changed files with 140 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue