11ty / eleventy-plugin-rss

A pack of Eleventy plugins for generating an RSS feed.
https://www.11ty.dev/docs/plugins/rss/
MIT License
92 stars 22 forks source link

Update jsonfeed example to use v1.1 with authors. #35

Closed markdorison closed 3 weeks ago

markdorison commented 2 years ago
uncenter commented 9 months ago

Oh actually the template is 11ty.js now. https://github.com/11ty/eleventy-plugin-rss/blob/master/sample/feed-json.11ty.js

It looks like its on the latest spec version: https://github.com/11ty/eleventy-plugin-rss/blob/5cf83502e29b88b32772f0274fcf9dd4041b4549/sample/feed-json.11ty.js#L19

But is still incorrect: https://github.com/11ty/eleventy-plugin-rss/blob/5cf83502e29b88b32772f0274fcf9dd4041b4549/sample/feed-json.11ty.js#L25-L28

uncenter commented 9 months ago

I think we can close this in favor of #41 which has less conflicts but the same changes.

zachleat commented 3 weeks ago

Fixed in #41, thank you!!