tpl: Fix comment

This commit is contained in:
Bjørn Erik Pedersen 2016-10-24 14:32:31 +02:00
parent a10b2cd372
commit 165edc7f0a

View file

@ -95,7 +95,7 @@ func New() Template {
localTemplates = &templates.Template
// The URL funcs in the funcMap is somewhat language dependent,
// so need to be reinit per site.
// so we need to wait until the language and site config is loaded.
initFuncMap()
for k, v := range funcMap {