mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-24 21:56:05 +02:00
@@ -1139,7 +1139,11 @@ func (s *Site) initializeSiteInfo() {
|
|||||||
s: s,
|
s: s,
|
||||||
}
|
}
|
||||||
|
|
||||||
s.Info.RSSLink = s.permalink(lang.GetString("rssURI"))
|
rssOutputFormat, found := s.outputFormats[KindHome].GetByName(output.RSSFormat.Name)
|
||||||
|
|
||||||
|
if found {
|
||||||
|
s.Info.RSSLink = s.permalink(rssOutputFormat.BaseFilename())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Site) dataDir() string {
|
func (s *Site) dataDir() string {
|
||||||
|
@@ -284,4 +284,9 @@ baseName = "feed"
|
|||||||
|
|
||||||
th.assertFileContent("public/feed.xml", "Recent content on")
|
th.assertFileContent("public/feed.xml", "Recent content on")
|
||||||
|
|
||||||
|
s := h.Sites[0]
|
||||||
|
|
||||||
|
//Issue #3450
|
||||||
|
require.Equal(t, "http://example.com/blog/feed.xml", s.Info.RSSLink)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user