projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7de3209
)
Be more specific about .Params content
author
Jakub Turski
<yacoob@gmail.com>
Wed, 27 Aug 2014 00:34:54 +0000
(
01:34
+0100)
committer
spf13
<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
patch
|
blob
|
history
diff --git
a/docs/content/content/front-matter.md
b/docs/content/content/front-matter.md
index 329519d793abe9138b400bb1ce17d0fce7d3e008..2ce6ebfd005cee5e3c4b3ae08bad50cb4b81f873 100644
(file)
--- a/
docs/content/content/front-matter.md
+++ b/
docs/content/content/front-matter.md
@@
-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