mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
tpl: Fix comment
This commit is contained in:
@@ -95,7 +95,7 @@ func New() Template {
|
|||||||
localTemplates = &templates.Template
|
localTemplates = &templates.Template
|
||||||
|
|
||||||
// The URL funcs in the funcMap is somewhat language dependent,
|
// 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()
|
initFuncMap()
|
||||||
|
|
||||||
for k, v := range funcMap {
|
for k, v := range funcMap {
|
||||||
|
Reference in New Issue
Block a user