JasonEtco / rss-to-readme

📡📝 A GitHub Action that updates a section of a README from an RSS feed.
MIT License
223 stars 21 forks source link

Use nunjucks instead of mustache, with a date filter #17

Closed JasonEtco closed 3 years ago

JasonEtco commented 3 years ago

Switches to Nunjucks instead of Mustache for the templates - this shouldn't be a breaking change for most uses, but I'm marking it as such to be safe. Also adds the nunjucks-date-filter package for easy date formatting.