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

Retrieve the last updated date #15

Closed anyuzx closed 4 years ago

anyuzx commented 4 years ago

Original code gets the last updated date assuming the last item in the collection is the newest. This can be a problem if the collection is sorted reversely. This change makes the filter actually find the latest date among the collection.

zachleat commented 4 years ago

Perfect, thanks!