mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
43ac59da85
commit
057d02de25
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@ func (b *contentBuilder) buildDir() error {
|
||||||
in.Close()
|
in.Close()
|
||||||
out.Close()
|
out.Close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
b.h.Log.Printf("Content dir %q created", filepath.Join(baseDir, b.targetPath))
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue