From d3646aaac0f7b5705682a3c57e5e236e51ad558f Mon Sep 17 00:00:00 2001 From: Jakub Turski Date: Wed, 27 Aug 2014 01:34:54 +0100 Subject: [PATCH] Be more specific about .Params content I'm not sure whether this is *always* the case, but it's definitely have been my experience so far. :) --- docs/content/content/front-matter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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