projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50d9046
)
lowercase template function first to be consistent with all other template functions
author
spf13
<steve.francia@gmail.com>
Thu, 14 Nov 2013 14:32:49 +0000
(09:32 -0500)
committer
spf13
<steve.francia@gmail.com>
Thu, 14 Nov 2013 14:32:49 +0000
(09:32 -0500)
template/bundle/template.go
patch
|
blob
|
history
diff --git
a/template/bundle/template.go
b/template/bundle/template.go
index 8e8108272193438e6cf235b87650fb8d00868a31..879bd14910f64062ae7aeb12ee49e9f02941e610 100644
(file)
--- a/
template/bundle/template.go
+++ b/
template/bundle/template.go
@@
-144,7
+144,7
@@
func NewTemplate() Template {
"isset": IsSet,
"echoParam": ReturnWhenSet,
"safeHtml": SafeHtml,
- "
F
irst": First,
+ "
f
irst": First,
}
templates.Funcs(funcMap)