mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 02:26:45 -07:00
refactoring and new additions wheee
This commit is contained in:
parent
94ba05daf2
commit
3a274932a8
10 changed files with 192 additions and 91 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue