shithub: hugo

Download patch

ref: 165edc7f0a84c345f23ee859653701bfb180cfd1
parent: a10b2cd372798c4e4b862f0ec03010d2aea2ff1e
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Oct 24 10:32:31 EDT 2016

tpl: Fix comment

--- a/tpl/template.go
+++ b/tpl/template.go
@@ -95,7 +95,7 @@
 	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 {