Style rework #35

Merged
Anri merged 70 commits from rework into main 2023-10-15 20:58:23 +02:00
Showing only changes of commit d95a2f7b6b - Show all commits

View file

@ -14,6 +14,7 @@ pub struct FileMetadata {
pub publish: Option<bool>,
pub tags: Option<Vec<Tag>>,
pub toc: Option<bool>,
pub language: Option<String>,
}
#[derive(Content, Debug, Clone)]