From f10d6495d3c560434b7b111936bca78ebf405b1d Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 7 Nov 2023 10:06:30 -0800 Subject: [PATCH] Update front-matter.md --- content/en/content-management/front-matter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/front-matter.md b/content/en/content-management/front-matter.md index 02be53660..0b272c687 100644 --- a/content/en/content-management/front-matter.md +++ b/content/en/content-management/front-matter.md @@ -131,7 +131,7 @@ 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 %}}