remove splitCapitalize

This commit is contained in:
Henrique Dias
2016-07-18 16:12:02 +01:00
parent 9a65508048
commit 5c7296322a
5 changed files with 5 additions and 79 deletions

View File

@@ -75,8 +75,7 @@ func (p Page) PrintAsHTML(w http.ResponseWriter, templates ...string) (int, erro
// Create the functions map, then the template, check for erros and
// execute the template if there aren't errors
functions := template.FuncMap{
"SplitCapitalize": variables.SplitCapitalize,
"Defined": variables.Defined,
"Defined": variables.Defined,
}
if p.Minimal {