Still, if I navigate to my page and try to auto-detect the RSS feed with Feedbro (the Firefox extension), it says “No feed found!”.
I am using almost the default rss.xml, except that I write the whole post in the <description> (instead of the summary). Still even with the default rss.xml, I was seeing the same behavior.
Am I missing something for the RSS feed to work correctly?
PS: I tried to link to my pages and code, but apparently I am not allowed to link to stuff because I’m a new user -_-.
This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
line 1, column 442: Self reference doesn't match document location [help]
And the docs gives more details:
When rel="self", the href attribute is expected to identify a resource equivalent to the containing element.
It seems to me that it is because href points to http://www.acarg.ch/index.xml, but my Firefox is on the https version: https://www.acarg.ch/index.xml.
Is there a way to have hugo set http or https correctly depending on what is actually loaded?
Sure. But even now that I changed the baseURL to https, when I go to www.acarg.ch (both from Firefox and Brave) and ask Feedbro to find RSS feeds on the tab, it does not find anything.
I need to manually navigate to www.acarg.ch/index.xml, but I think that’s not how it is supposed to be, is it?