getgrav / grav-plugin-feed

Grav Feed Plugin
https://getgrav.org
MIT License
16 stars 11 forks source link

Absolute URLs Break Feed Links #20

Closed chryton closed 5 years ago

chryton commented 7 years ago

I recently switched to absolute URLs in my Grav install and found that the RSS feed links generated are broken. They return http://home_url.com.rss rather than http://home_url.com/collection_name.rss.

flaviocopes commented 7 years ago

This might depend on your theme, as those URLs are generated in it. Which theme is that?

This is how Antimatter does, and I tested it works fine: https://github.com/getgrav/grav-theme-antimatter/blob/develop/templates/partials/sidebar.html.twig#L1

chryton commented 7 years ago

I am using a child theme of Antimatter that I have lightly customized. I had to hardcode the urls to get it all to work correctly: http://thatonegameshow.rocks/

flaviocopes commented 7 years ago

Not able to replicate, if you can/want, post me your user/ folder (remove sensitive data) via Slack

chryton commented 7 years ago

DM'd on slack.