mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
all: Update textual references in Go source to point to gohugoio/hugo
This commit is contained in:
parent
d8717cd4c7
commit
c17ad675e8
14 changed files with 20 additions and 20 deletions
|
@ -160,7 +160,7 @@ func FindArchetype(s *hugolib.Site, kind string) (outpath string) {
|
|||
for _, x := range search {
|
||||
// If the new content isn't in a subdirectory, kind == "".
|
||||
// Therefore it should be excluded otherwise `is a directory`
|
||||
// error will occur. github.com/spf13/hugo/issues/411
|
||||
// error will occur. github.com/gohugoio/hugo/issues/411
|
||||
var pathsToCheck []string
|
||||
|
||||
if kind == "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue