Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvinash Sonawane <rootkea@gmail.com>2021-03-15 23:01:12 +0300
committerGitHub <noreply@github.com>2021-03-15 23:01:12 +0300
commit2beb1c0edfe96a5197a9ca65dcf8d9681d22f66b (patch)
treeb04e8b76c936dd94e6b6c10f756d6c71aacce6db
parentcd777b9fbbdb17ab319c3effb44a226de1aa67ef (diff)
Fix "Configure taxonomies" title (#1361)
-rw-r--r--content/en/content-management/taxonomies.md2
1 files changed, 1 insertions, 1 deletions
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.