diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-03-30 22:55:12 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-03-30 22:55:12 +0200 |
| commit | 40b4076a0cf683dc1e3c07939a7e5befdd3e13ab (patch) | |
| tree | 695b8d466b77dea440f58197e4d8159de31c3fe7 /feed.scm | |
| parent | b575d41e0a9de911842d3e88d764754e2f7610ca (diff) | |
Add RSS link to archive page
Diffstat (limited to 'feed.scm')
| -rw-r--r-- | feed.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |
