summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme.scm b/theme.scm
index f114927..717272a 100644
--- a/theme.scm
+++ b/theme.scm
@@ -54,6 +54,10 @@
(head
(meta (@ (charset "utf-8")))
(title ,(string-append title " — " (site-title site)))
+ (link (@ (rel "alternate")
+ (type "application/atom+xml")
+ (title "Atom feed")
+ (href "/feed.xml")))
,(stylesheet "reset")
,(stylesheet "fonts")
,(stylesheet "dthompson"))