Typos (#1010)
This commit is contained in:
parent
7b3279befd
commit
6b91328e81
|
@ -46,7 +46,7 @@ month: Number?;
|
|||
day: Number?;
|
||||
// Paths of colocated assets, relative to the content directory
|
||||
assets: Array<String>;
|
||||
// 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<String>;
|
||||
|
@ -89,7 +89,7 @@ word_count: Number;
|
|||
reading_time: Number;
|
||||
// Paths of colocated assets, relative to the content directory
|
||||
assets: Array<String>;
|
||||
// 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<String>;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue