mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Fix typo in pages-sections.md (#2115)
This commit is contained in:
parent
6f683ce5c6
commit
5f90ad1d33
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ path: String;
|
|||
components: Array<String>;
|
||||
permalink: String;
|
||||
extra: HashMap<String, Any>;
|
||||
// Pages directly in this section. By default, the pages are not sorted. Please set the "sorted_by"
|
||||
// Pages directly in this section. By default, the pages are not sorted. Please set the "sort_by"
|
||||
// variable in the _index.md file of the corresponding section to "date" or "weight" for sorting by
|
||||
// date and weight, respectively.
|
||||
pages: Array<Page>;
|
||||
|
|
Loading…
Reference in a new issue