diff --git a/hugolib/site.go b/hugolib/site.go index 7e869fdde..63918f851 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -1282,6 +1282,7 @@ func (s *Site) newHomePage() *Page { } p.Title = p.Site.Title + p.IsHome = true p.URL = helpers.URLizeAndPrep("/") p.URLPath.Permalink = s.permalink(p.URL) p.RSSLink = s.permalink("/" + ".xml")