mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
5575ed4469
commit
231c0a7e09
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ e.g.
|
|||
// Outputs Tags: tag1, tag2 and tag3
|
||||
|
||||
### dict
|
||||
Creates a dictionary `(map[string, interface{})`, expects parameters added in value:object fasion.
|
||||
Creates a dictionary `(map[string, interface{})`, expects parameters added in value:object fashion.
|
||||
Invalid combinations like keys that are not strings or uneven number of parameters, will result in an exception thrown.
|
||||
Useful for passing maps to partials when adding to a template.
|
||||
|
||||
|
|
Loading…
Reference in a new issue