Browse Source

Fix SectionFrontMatter default

index-subcmd
Vincent Prouillet 7 years ago
parent
commit
86b6bd80c3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/front_matter/section.rs

+ 1
- 1
src/front_matter/section.rs View File

@@ -82,7 +82,7 @@ impl Default for SectionFrontMatter {
SectionFrontMatter {
title: None,
description: None,
sort_by: None,
sort_by: Some(SortBy::None),
template: None,
paginate_by: None,
paginate_path: Some(DEFAULT_PAGINATE_PATH.to_string()),


Loading…
Cancel
Save