Be more specific about .Params content
authorJakub Turski <yacoob@gmail.com>
Wed, 27 Aug 2014 00:34:54 +0000 (01:34 +0100)
committerspf13 <steve.francia@gmail.com>
Thu, 28 Aug 2014 17:04:00 +0000 (13:04 -0400)
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

index 329519d793abe9138b400bb1ce17d0fce7d3e008..2ce6ebfd005cee5e3c4b3ae08bad50cb4b81f873 100644 (file)
@@ -68,7 +68,7 @@ Supported formats: <br>
 
 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