Skip to content

Commit

Permalink
Serialize transparent field in section front-matter
Browse files Browse the repository at this point in the history
Closes #1840
  • Loading branch information
Keats committed May 2, 2022
1 parent bad0127 commit e8b04bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/content/src/front_matter/section.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit e8b04bb

Please sign in to comment.