mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-19 19:13:04 +00:00
lowercase template function first to be consistent with all other template functions
This commit is contained in:
parent
50d9046b64
commit
13fa7cb748
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ func NewTemplate() Template {
|
||||||
"isset": IsSet,
|
"isset": IsSet,
|
||||||
"echoParam": ReturnWhenSet,
|
"echoParam": ReturnWhenSet,
|
||||||
"safeHtml": SafeHtml,
|
"safeHtml": SafeHtml,
|
||||||
"First": First,
|
"first": First,
|
||||||
}
|
}
|
||||||
|
|
||||||
templates.Funcs(funcMap)
|
templates.Funcs(funcMap)
|
||||||
|
|
Loading…
Reference in a new issue