Files
blog-eleventy-indiekit/_includes
Ricardo 5ca8f83873 feat: add /updated.xml feed for recently edited posts
New RSS feed at /updated.xml that surfaces posts where the updated
date is newer than the published date. Complements /feed.xml (new
posts) with a dedicated feed for edits.

- recentlyUpdated collection: filters posts with updated > published,
  sorted by update date, limited to 20
- Unique guid per edit (url#updated-date) so feed readers treat
  updates as new entries
- Auto-discovery link in <head> and footer link
2026-03-28 18:46:06 +01:00
..