refactoring and new additions wheee

This commit is contained in:
zyl 2023-11-13 18:14:40 -08:00
parent 94ba05daf2
commit 3a274932a8
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
10 changed files with 192 additions and 91 deletions

View file

@ -1,5 +1,6 @@
mod blog;
mod builder;
mod extras;
mod images;
mod link_list;
mod resource;
@ -65,6 +66,8 @@ pub struct PageMetadata {
pub title: Option<String>,
/// The template to use for the page. If not specified, it defaults to "base".
pub template: Option<String>,
/// The extra stuff to run for the page, if any.
pub extra: Option<String>,
}
/// Struct containing information about the site.