content: Fix typo

This commit is contained in:
Tobias
2025-06-28 14:43:41 +02:00
committed by GitHub
parent 70c509e8a2
commit cda7135b59
+1 -1
View File
@@ -58,7 +58,7 @@ taxonomies:
To disable the taxonomy system, use the [`disableKinds`] setting in the root of your site configuration to disable the `taxonomy` and `term` page [kinds](g).
{{< code-toggle file=hugo >}}
disableKinds = ['categories','tags']
disableKinds = ['taxonomy','term']
{{< /code-toggle >}}
[`disableKinds`]: /configuration/all/#disablekinds