From 3f1e056b2f9d165ede2c81987847061d2cb9843b Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 29 Jan 2024 04:18:30 -0800 Subject: [PATCH] Remove erroneous front matter field Fixes #2418 --- content/en/content-management/front-matter.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/en/content-management/front-matter.md b/content/en/content-management/front-matter.md index 7593fb759..c3561220c 100644 --- a/content/en/content-management/front-matter.md +++ b/content/en/content-management/front-matter.md @@ -131,9 +131,6 @@ videos weight : used for [ordering your content in lists][ordering]. Lower weight gets higher precedence. So content with lower weight will come first. If set, weights should be non-zero, as 0 is interpreted as an *unset* weight. -taxonomies -: Field name of the *plural* form of the index. See `tags` and `categories` in the above front matter examples. *Note that the plural form of user-defined taxonomies cannot be the same as any of the predefined front matter variables.* - {{% note %}} If neither `slug` nor `url` is present and [permalinks are not configured otherwise in your site configuration file](/content-management/urls/#permalinks), Hugo will use the file name of your content to create the output URL. See [Content Organization](/content-management/organization) for an explanation of paths in Hugo and [URL Management](/content-management/urls/) for ways to customize Hugo's default behaviors. {{% /note %}}