-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I've forked a copy of the OpenStreetmap pluto project (https://github.com/WorcSource/blogs.worcestersource.club), but I'm having trouble with one of the feeds.
The issue is none of the relative link to images or other pages within the post are pointing to the originating blog, and instead are pointing locally, as you can see here: https://nostalgic-dubinsky-598971.netlify.com/ (note the "I made a box" post).
The feed in question is here: https://maker.limeblast.co.uk/feed.xml and works perfectly fine on a Planet Venus site that uses it (https://planet.birmingham.io/) , but not on the pluto site I'm trying to use.
The feed itself is generated Jekyll Feed, the devs of which suggest is working as intended because they use an xml:base element (jekyll/jekyll-feed#260)
I'm hoping you can help me resolve this issue. Thank you.