summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.scm b/theme.scm
index a8b7716..0a81d40 100644
--- a/theme.scm
+++ b/theme.scm
@@ -102,7 +102,7 @@ free culture works available under the " ,%cc-by-sa-link " license.")
`((h1 ,title
(a (@ (href "/feed.xml"))
- (img (@ (src "images/feed.png")))))
+ (img (@ (class "feed-icon") (src "images/feed.png")))))
,(map (lambda (post)
(let ((uri (string-append "/"
(site-post-slug site post)