From 2beb1c0edfe96a5197a9ca65dcf8d9681d22f66b Mon Sep 17 00:00:00 2001 From: Avinash Sonawane Date: Mon, 15 Mar 2021 20:01:12 +0000 Subject: [PATCH] Fix "Configure taxonomies" title (#1361) --- content/en/content-management/taxonomies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/taxonomies.md b/content/en/content-management/taxonomies.md index e7aa67ea6..da29fa7be 100644 --- a/content/en/content-management/taxonomies.md +++ b/content/en/content-management/taxonomies.md @@ -109,7 +109,7 @@ When taxonomies are used---and [taxonomy templates][] are provided---Hugo will a * A single page at `example.com/categories/` that lists all the [terms within the taxonomy][] * [Individual taxonomy list pages][taxonomy templates] (e.g., `/categories/development/`) for each of the terms that shows a listing of all pages marked as part of that taxonomy within any content file's [front matter][] -## Configure Taxonomies {#configuring-taxonomies} +## Configure Taxonomies Custom taxonomies other than the [defaults](#default-taxonomies) must be defined in your [site config][config] before they can be used throughout the site. You need to provide both the plural and singular labels for each taxonomy. For example, `singular key = "plural value"` for TOML and `singular key: "plural value"` for YAML.