Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tpl
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-10-24 15:32:31 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-10-24 15:32:31 +0300
commit165edc7f0a84c345f23ee859653701bfb180cfd1 (patch)
tree6f99733419c15b27ddbd70a1c790b556dfabaa6d /tpl
parenta10b2cd372798c4e4b862f0ec03010d2aea2ff1e (diff)
tpl: Fix comment
Diffstat (limited to 'tpl')
-rw-r--r--tpl/template.go2
1 files changed, 1 insertions, 1 deletions
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 {