Fix SectionFrontMatter default
This commit is contained in:
parent
1aaf5c1beb
commit
86b6bd80c3
|
@ -82,7 +82,7 @@ impl Default for SectionFrontMatter {
|
||||||
SectionFrontMatter {
|
SectionFrontMatter {
|
||||||
title: None,
|
title: None,
|
||||||
description: None,
|
description: None,
|
||||||
sort_by: None,
|
sort_by: Some(SortBy::None),
|
||||||
template: None,
|
template: None,
|
||||||
paginate_by: None,
|
paginate_by: None,
|
||||||
paginate_path: Some(DEFAULT_PAGINATE_PATH.to_string()),
|
paginate_path: Some(DEFAULT_PAGINATE_PATH.to_string()),
|
||||||
|
|
Loading…
Reference in a new issue