mirror of
https://github.com/getzola/zola
synced 2025-03-04 06:57:17 +00:00
Complete output for get_taxonomy in the documentation (#2204)
Complete the documentation for the output of the tera function `get_taxonomy` to include the `lang` and `permalink` overlooked fields. Co-authored-by: Xavier B <>
This commit is contained in:
parent
2b56bcb967
commit
7b095e4ccb
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ The type of the output is:
|
|||
```ts
|
||||
kind: TaxonomyConfig;
|
||||
items: Array<TaxonomyTerm>;
|
||||
lang: String;
|
||||
permalink: String;
|
||||
```
|
||||
|
||||
`lang` (optional) default to `config.default_language` in config.toml
|
||||
|
|
Loading…
Add table
Reference in a new issue