mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 16:27:15 -04: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
e1ca9c7649
commit
e9150d0032
@ -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…
x
Reference in New Issue
Block a user