shithub: hugo

Download patch

ref: 13fa7cb74838f85248468c355112c3f3c8f14e8e
parent: 50d9046b648044d421ec745869141b758c76a879
author: spf13 <[email protected]>
date: Thu Nov 14 04:32:49 EST 2013

lowercase template function first to be consistent with all other template functions

--- a/template/bundle/template.go
+++ b/template/bundle/template.go
@@ -144,7 +144,7 @@
 		"isset":     IsSet,
 		"echoParam": ReturnWhenSet,
 		"safeHtml":  SafeHtml,
-		"First":     First,
+		"first":     First,
 	}
 
 	templates.Funcs(funcMap)