This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix SectionFrontMatter default
index-subcmd
Vincent Prouillet
7 years ago
parent
1aaf5c1beb
commit
86b6bd80c3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()),
Write
Preview
Loading…
Cancel
Save