mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
deps: Upgrade github.com/bep/gitmap v1.4.0 => v1.6.0 (note)
Closes #8627
This commit is contained in:
@@ -346,7 +346,7 @@ func (h *HugoSites) GetContentPage(filename string) page.Page {
|
||||
|
||||
func (h *HugoSites) loadGitInfo() error {
|
||||
if h.Configs.Base.EnableGitInfo {
|
||||
gi, err := newGitInfo(h.Conf)
|
||||
gi, err := newGitInfo(h.Deps)
|
||||
if err != nil {
|
||||
h.Log.Errorln("Failed to read Git log:", err)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user