summaryrefslogtreecommitdiffstats
path: root/hugolib/site_render.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/site_render.go')
-rw-r--r--hugolib/site_render.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/hugolib/site_render.go b/hugolib/site_render.go
index 2e56b9d9d..a24946cf3 100644
--- a/hugolib/site_render.go
+++ b/hugolib/site_render.go
@@ -18,11 +18,11 @@ import (
"path"
"sync"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
- "github.com/spf13/hugo/output"
+ "github.com/gohugoio/hugo/output"
- bp "github.com/spf13/hugo/bufferpool"
+ bp "github.com/gohugoio/hugo/bufferpool"
)
// renderPages renders pages each corresponding to a markdown file.