mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 12:14:53 -04:00
parent
162d3a586d
commit
5ad2f17693
@ -58,7 +58,7 @@ func (h *HugoSites) assembleGitInfo() {
|
|||||||
filename := path.Join(filepath.ToSlash(contentRoot), contentDir, filepath.ToSlash(p.Path()))
|
filename := path.Join(filepath.ToSlash(contentRoot), contentDir, filepath.ToSlash(p.Path()))
|
||||||
g, ok := gitMap[filename]
|
g, ok := gitMap[filename]
|
||||||
if !ok {
|
if !ok {
|
||||||
h.Log.ERROR.Printf("Failed to find GitInfo for %q", filename)
|
h.Log.WARN.Printf("Failed to find GitInfo for %q", filename)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user