diff --git a/docs/content/content/front-matter.md b/docs/content/content/front-matter.md index 329519d79..2ce6ebfd0 100644 --- a/docs/content/content/front-matter.md +++ b/docs/content/content/front-matter.md @@ -68,7 +68,7 @@ Supported formats:
There are a few predefined variables that Hugo is aware of and utilizes. The user can also create any variable they want to. These will be placed into the `.Params` variable available to the templates. -**Field names are case insensitive.** +Field names are always normalized to lowercase (eg. `camelCase: true` is available as `.Params.camelcase`). ### Required