Serialize transparent field in section front-matter

Closes #1840
This commit is contained in:
Vincent Prouillet 2022-05-02 21:55:42 +02:00
parent bad0127c9f
commit e8b04bb11a

View file

@ -59,7 +59,6 @@ pub struct SectionFrontMatter {
/// Whether the section should pass its pages on to the parent section. Defaults to `false`.
/// Useful when the section shouldn't split up the parent section, like
/// sections for each year under a posts section.
#[serde(skip_serializing)]
pub transparent: bool,
/// Optional template for all pages in this section (including the pages of children section)
#[serde(skip_serializing)]