summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-03-30 22:55:12 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-03-30 22:55:12 +0200
commit40b4076a0cf683dc1e3c07939a7e5befdd3e13ab (patch)
tree695b8d466b77dea440f58197e4d8159de31c3fe7
parentb575d41e0a9de911842d3e88d764754e2f7610ca (diff)
Add RSS link to archive page
-rw-r--r--feed.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/feed.scm b/feed.scm
index b51baa5..ff90fc3 100644
--- a/feed.scm
+++ b/feed.scm
@@ -94,6 +94,7 @@
"hide-body-title: defined\n"
"---\n"
"# Archive\n\n"
+ "Follow via [RSS](/feed.xml) ([Huh?](https://aboutfeeds.com/))\n\n"
(string-join index-lis "\n")))
(with-output-to-file (make-pathname archive-dir "index.md")