* [x] Alternativelly, build the recent changes using a `snippets/changes.yml`
or just `_changes.yml` that gets compilet into a `snippets/changes.md`
and into RSS and Atom files that goes in the build.
+ Adapted from example available at
+ https://recursewithless.net/projects/pandoc-feeds.html.
* [x] Add RSS/Atom `rel` elements in the HTML head.
* [x] Validate the generated feeds (RSS and Atom).
* [x] Add a regular link like "Follow updates in this book".
date_rss: 22 Sep 2025 21:30:00 -0300
date_markdown: 2025-11-22
summary: |
- * RSS/Atom feed support.
+ * RSS/Atom feed support, adapted from recipe available at
+ https://recursewithless.net/projects/pandoc-feeds.html.