mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
lowercase template function first to be consistent with all other template functions
This commit is contained in:
@@ -144,7 +144,7 @@ func NewTemplate() Template {
|
||||
"isset": IsSet,
|
||||
"echoParam": ReturnWhenSet,
|
||||
"safeHtml": SafeHtml,
|
||||
"First": First,
|
||||
"first": First,
|
||||
}
|
||||
|
||||
templates.Funcs(funcMap)
|
||||
|
Reference in New Issue
Block a user