Hi,
I'm trying to create a blog with blogdown hosted by netlify that can be added to the rbloggers website.
I have set up a website here https://davidhodge931.netlify.app/
But I am unable to get the rss feed the way that it is needed for the Rbloggers website, specifically I need to:
1). Ensure there is full content in the rss, rather than summary content
2). Remove the About section from the rss
Regarding the first point, I have added a layouts/rss.xml from the hugo rss templates, and changed .Summary to .Content.
However this does not seem to be working
https://simplepie.org/demo/?feed=https%3A%2F%2Fdavidhodge931.netlify.app%2Findex.xml
This has been driving me insane, so any help much appreciated.
My github project is here