aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md2
-rw-r--r--_changes.yml3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 685efcb..775fb1a 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -9,6 +9,8 @@
* [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".
diff --git a/_changes.yml b/_changes.yml
index 728f7c0..143c3bb 100644
--- a/_changes.yml
+++ b/_changes.yml
@@ -9,4 +9,5 @@ versions:
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.