mirror of
https://github.com/getzola/zola
synced 2025-01-05 16:38:50 +00:00
parent
bad0127c9f
commit
e8b04bb11a
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ pub struct SectionFrontMatter {
|
||||||
/// Whether the section should pass its pages on to the parent section. Defaults to `false`.
|
/// 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
|
/// Useful when the section shouldn't split up the parent section, like
|
||||||
/// sections for each year under a posts section.
|
/// sections for each year under a posts section.
|
||||||
#[serde(skip_serializing)]
|
|
||||||
pub transparent: bool,
|
pub transparent: bool,
|
||||||
/// Optional template for all pages in this section (including the pages of children section)
|
/// Optional template for all pages in this section (including the pages of children section)
|
||||||
#[serde(skip_serializing)]
|
#[serde(skip_serializing)]
|
||||||
|
|
Loading…
Reference in a new issue