From: spf13 Date: Thu, 14 Nov 2013 14:32:49 +0000 (-0500) Subject: lowercase template function first to be consistent with all other template functions X-Git-Tag: v0.9~4 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=13fa7cb7;p=brevno-suite%2Fhugo lowercase template function first to be consistent with all other template functions --- diff --git a/template/bundle/template.go b/template/bundle/template.go index 8e810827..879bd149 100644 --- a/template/bundle/template.go +++ b/template/bundle/template.go @@ -144,7 +144,7 @@ func NewTemplate() Template { "isset": IsSet, "echoParam": ReturnWhenSet, "safeHtml": SafeHtml, - "First": First, + "first": First, } templates.Funcs(funcMap)