diff --git a/docs/content/documentation/templates/pages-sections.md b/docs/content/documentation/templates/pages-sections.md index 15751a1f..a78c9ca2 100644 --- a/docs/content/documentation/templates/pages-sections.md +++ b/docs/content/documentation/templates/pages-sections.md @@ -46,7 +46,7 @@ month: Number?; day: Number?; // Paths of colocated assets, relative to the content directory assets: Array; -// The relative paths of the parent sections until the index onef for use with the `get_section` Tera function +// The relative paths of the parent sections until the index one, for use with the `get_section` Tera function // The first item is the index section and the last one is the parent section // This is filled after rendering a page content so it will be empty in shortcodes ancestors: Array; @@ -89,7 +89,7 @@ word_count: Number; reading_time: Number; // Paths of colocated assets, relative to the content directory assets: Array; -// The relative paths of the parent sections until the index onef for use with the `get_section` Tera function +// The relative paths of the parent sections until the index one, for use with the `get_section` Tera function // The first item is the index section and the last one is the parent section // This is filled after rendering a page content so it will be empty in shortcodes ancestors: Array; diff --git a/docs/content/documentation/templates/taxonomies.md b/docs/content/documentation/templates/taxonomies.md index cfebf88e..923f0e28 100644 --- a/docs/content/documentation/templates/taxonomies.md +++ b/docs/content/documentation/templates/taxonomies.md @@ -64,5 +64,5 @@ term: TaxonomyTerm; lang: String; ``` -A paginated taxonomy term will also get a `paginator` variable; see the [pagination page] -(@/documentation/templates/pagination.md) for more details. +A paginated taxonomy term will also get a `paginator` variable; see the +[pagination page](@/documentation/templates/pagination.md) for more details.