Browse Source

Pages -> Page (#903)

index-subcmd
Einar Vincent Prouillet 4 years ago
parent
commit
e194294664
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/documentation/templates/pages-sections.md

+ 1
- 1
docs/content/documentation/templates/pages-sections.md View File

@@ -76,7 +76,7 @@ components: Array<String>;
permalink: String;
extra: HashMap<String, Any>;
// Pages directly in this section, sorted if asked
pages: Array<Pages>;
pages: Array<Page>;
// Direct subsections to this section, sorted by subsections weight
// This only contains the path to use in the `get_section` Tera function to get
// the actual section object if you need it


Loading…
Cancel
Save