summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-22 15:05:49 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-22 15:05:49 -0500
commit8b4b8edb8460ad15b74b15f1e6d94bfbe69fcc3f (patch)
treeea3ca32e52a3706db568061b0bc7a3dfa1d57414 /theme.scm
parente21587eca6c8ac56c24929e5210f05da2ca8865d (diff)
add atom feed
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme.scm b/theme.scm
index 7fcef24..22ea1c7 100644
--- a/theme.scm
+++ b/theme.scm
@@ -51,7 +51,8 @@
,(post-sxml post)))
#:collection-template
(lambda (site title posts prefix)
- `((ul
+ `((p (a (@ (href "/blog/feed.xml")) "Atom feed."))
+ (ul
,@(map (lambda (post)
`(li (a (@ (href ,(post-uri post site prefix)))
,(post-ref post 'title)