From 165edc7f0a84c345f23ee859653701bfb180cfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 24 Oct 2016 14:32:31 +0200 Subject: [PATCH] tpl: Fix comment --- tpl/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/template.go b/tpl/template.go index fa358ca37..0f78fa00f 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 {