jgonyea / grav-plugin-podcast

GravCMS plugin that creates podcast channel and podcast episode page templates along with a podcast RSS feed.
MIT License
18 stars 7 forks source link

Using "feed" instead of "content" in frontmatter breaks feed plugin #41

Closed graphographer closed 2 years ago

graphographer commented 3 years ago

Feed v1.8.5 will only generate RSS for pages that contain a content field in its frontmatter. Meanwhile, Podcast v3.0.1 creates a podcast channel with a feed field instead. When www.example.com/my-channel.rss is visited, the regular HTML page is rendered instead of XML. Changing feed to content causes everything to work as expected.

jgonyea commented 3 years ago

Sorry, I haven't been able to reproduce what you're seeing. Could you send me an example set of pages?

jgonyea commented 2 years ago

This is now fixed in Podcast v3.0.3. Resave existing content will automatically fix the header to include the appropriate fields. New content will contain the fields automatically.