mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
@@ -1711,6 +1711,8 @@ func (s *Site) newHomeNode() *Node {
|
||||
n.IsHome = true
|
||||
s.setURLs(n, "/")
|
||||
n.Data["Pages"] = s.Pages
|
||||
n.Date = s.Pages[0].Date
|
||||
n.Lastmod = s.Pages[0].Lastmod
|
||||
return n
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user