From e194294664f651a16f66d2cc07c8c2a3638642f8 Mon Sep 17 00:00:00 2001 From: Einar Date: Thu, 26 Dec 2019 13:55:54 +0100 Subject: [PATCH] Pages -> Page (#903) --- docs/content/documentation/templates/pages-sections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/templates/pages-sections.md b/docs/content/documentation/templates/pages-sections.md index 3a8440c..bbcf46a 100644 --- a/docs/content/documentation/templates/pages-sections.md +++ b/docs/content/documentation/templates/pages-sections.md @@ -76,7 +76,7 @@ components: Array; permalink: String; extra: HashMap; // Pages directly in this section, sorted if asked -pages: Array; +pages: Array; // 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