diff --git a/docs/content/documentation/content/section.md b/docs/content/documentation/content/section.md index fd9f9916..3a4ab3b4 100644 --- a/docs/content/documentation/content/section.md +++ b/docs/content/documentation/content/section.md @@ -189,4 +189,4 @@ equally weighted sections. Thus, if the `weight` variable for your section is no is set in a way that produces ties), then your sections will be sorted in **random** order. Moreover, that order is determined at build time and will change with each site rebuild. Thus, if there is any chance that you will -iterate over your sections, you should always assign them a weight. +iterate over your sections, you should always assign them distinct weights. diff --git a/docs/content/documentation/templates/pages-sections.md b/docs/content/documentation/templates/pages-sections.md index ec550ed5..cccfe474 100644 --- a/docs/content/documentation/templates/pages-sections.md +++ b/docs/content/documentation/templates/pages-sections.md @@ -85,7 +85,7 @@ extra: HashMap; // date and weight, respectively. 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 +// This only contains the path to use in the `get_section` built-in function to get // the actual section object if you need it subsections: Array; toc: Array
,