Style rework #35
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ pub struct FileMetadata {
|
||||||
pub publish: Option<bool>,
|
pub publish: Option<bool>,
|
||||||
pub tags: Option<Vec<Tag>>,
|
pub tags: Option<Vec<Tag>>,
|
||||||
pub toc: Option<bool>,
|
pub toc: Option<bool>,
|
||||||
|
pub language: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Content, Debug, Clone)]
|
#[derive(Content, Debug, Clone)]
|
||||||
|
|
Loading…
Reference in a new issue