RSS feed is giving me "This XML file does not appear to have any style information associated with it"

I recently tried adding an RSS button to my blog and noticed that the feed was giving me the error I mentioned in the title but I am not sure why.

I read through this thread but it didn’t seem to solve my issue. I am using the Papermod theme but I do believe that that should be unrelated to my issue.

My repo can be found here. The workflow might seem a little convoluted so do ask me if you have any questions or need more details. The logs from my latest build don’t seem to have anything suspicious either (can’t add the link unfortunately since I’m new user).

$ hugo env
hugo v0.96.0-2fd4a7d3d6845e75f8b8ae3a2a7bd91438967bbb windows/amd64 BuildDate=2022-03-26T09:15:58Z VendorInfo=gohugoio
GOOS="windows"
GOARCH="amd64"
GOVERSION="go1.18"

Thanks in advance!

It is not an error, but instead a statement of fact.

XML is intended for machine consumption.

To make XML fit for human consumption, you need to add a style sheet (XSL).

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.