mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 19:14:46 -04:00
lowercase template function first to be consistent with all other template functions
This commit is contained in:
parent
50d9046b64
commit
13fa7cb748
@ -144,7 +144,7 @@ func NewTemplate() Template {
|
||||
"isset": IsSet,
|
||||
"echoParam": ReturnWhenSet,
|
||||
"safeHtml": SafeHtml,
|
||||
"First": First,
|
||||
"first": First,
|
||||
}
|
||||
|
||||
templates.Funcs(funcMap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user