From: Bjørn Erik Pedersen Date: Mon, 24 Oct 2016 12:32:31 +0000 (+0200) Subject: tpl: Fix comment X-Git-Tag: v0.18~168 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=165edc7f0a84c345f23ee859653701bfb180cfd1;p=brevno-suite%2Fhugo tpl: Fix comment --- diff --git a/tpl/template.go b/tpl/template.go index fa358ca3..0f78fa00 100644 --- a/tpl/template.go +++ b/tpl/template.go @@ -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 {