mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
@ -58,7 +58,7 @@ func (h *HugoSites) assembleGitInfo() {
|
||||
filename := path.Join(filepath.ToSlash(contentRoot), contentDir, filepath.ToSlash(p.Path()))
|
||||
g, ok := gitMap[filename]
|
||||
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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user