Fix SectionFrontMatter default

This commit is contained in:
Vincent Prouillet 2017-05-15 14:59:14 +09:00
parent 1aaf5c1beb
commit 86b6bd80c3

View file

@ -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()),