summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-01-26 09:06:33 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-01-26 09:06:33 -0500
commit25ca9fd2a435c3d16677f0501e86e020820fba8b (patch)
tree0bf5ff887be12e4cf28b0cca865b3296b72baf28 /theme.scm
parent26a8995f9282b94fe76e8e34f2d887c79eac3488 (diff)
Give feed icon some space.
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)