mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
@@ -29,7 +29,8 @@ func init() {
|
||||
if err := d.Init(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
d.Site = page.NewDummyHugoSite(newTestConfig())
|
||||
conf := testconfig.GetTestConfig(nil, newTestConfig())
|
||||
d.Site = page.NewDummyHugoSite(conf)
|
||||
|
||||
var namespaces internal.TemplateFuncsNamespaces
|
||||
|
||||
|
Reference in New Issue
Block a user