mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
all: Update import paths to gohugoio/hugo
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user