mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05: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,
|
||||
"echoParam": ReturnWhenSet,
|
||||
"safeHtml": SafeHtml,
|
||||
"First": First,
|
||||
"first": First,
|
||||
}
|
||||
|
||||
templates.Funcs(funcMap)
|
||||
|
|
Loading…
Reference in a new issue