summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
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)