mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
tpl: Fix comment
This commit is contained in:
parent
a10b2cd372
commit
165edc7f0a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue