summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index b8a4a39..f27b2c1 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -137,7 +137,9 @@ free culture works available under the " ,%cc-by-sa-link " license.")
(string-append "/" (or prefix "")
(site-post-slug site post) ".html"))
- `((h1 ,title)
+ `((h1 ,title
+ (a (@ (href "/feed.xml"))
+ (img (@ (src "images/feed.png")))))
,(map (lambda (post)
(let ((uri (string-append "/"
(site-post-slug site post)