mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 13:44:43 -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,
|
"isset": IsSet,
|
||||||
"echoParam": ReturnWhenSet,
|
"echoParam": ReturnWhenSet,
|
||||||
"safeHtml": SafeHtml,
|
"safeHtml": SafeHtml,
|
||||||
"First": First,
|
"first": First,
|
||||||
}
|
}
|
||||||
|
|
||||||
templates.Funcs(funcMap)
|
templates.Funcs(funcMap)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user