diff options
Diffstat (limited to 'docs/content/en/content-management/taxonomies.md')
-rw-r--r-- | docs/content/en/content-management/taxonomies.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/content/en/content-management/taxonomies.md b/docs/content/en/content-management/taxonomies.md index 45b368c7f..14a467390 100644 --- a/docs/content/en/content-management/taxonomies.md +++ b/docs/content/en/content-management/taxonomies.md @@ -82,11 +82,7 @@ Hugo natively supports taxonomies. Without adding a single line to your [site configuration] file, Hugo will automatically create taxonomies for `tags` and `categories`. That would be the same as manually [configuring your taxonomies](#configure-taxonomies) as below: -{{< code-toggle file="hugo" copy=false >}} -[taxonomies] - tag = "tags" - category = "categories" -{{</ code-toggle >}} +{{< code-toggle config="taxonomies" />}} If you do not want Hugo to create any taxonomies, set `disableKinds` in your [site configuration] to the following: |