Add warning to not put taxonomies key in [extra] (#1095)

This commit is contained in:
René Ribaud 2020-07-22 10:38:15 +02:00 committed by GitHub
parent 26a5a368d3
commit 2514ad9981
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,10 @@ For example the default would be page/1.
- `feed`: if set to `true`, a feed (atom by default) will be generated for each term.
- `lang`: only set this if you are making a multilingual site and want to indicate which language this taxonomy is for
Insert into the configuration file (config.toml):
⚠️ Place the taxonomies key in the main section and not in the `[extra]` section
**Example 1:** (one language)
```toml