mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
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. :)
This commit is contained in:
parent
7de320920c
commit
d3646aaac0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue