fix: Hugo v0.58.0 breaks RSS template
In Hugo v0.58, Hugo team made a breaking change to fix .Data.Pages to actually show home pages when on homepage. Previously, the function returned all of the site's pages.
Hence this PR adds compatibility for RSS feeds in Hugo v0.58.0+.
Fix #1355