summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-02 16:42:45 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-02 16:42:45 -0400
commite0abf43e40861955e1bfa6b0ce72544920d3ae39 (patch)
treed684da5411a454e07ecad8c3fe416baa91dfb939
parent44acad0b37098ef22c87389cbe9a075c0772ef9a (diff)
Make Atom feed visible
-rw-r--r--custom/theme.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/custom/theme.scm b/custom/theme.scm
index 897cebb..673d37f 100644
--- a/custom/theme.scm
+++ b/custom/theme.scm
@@ -68,6 +68,9 @@
(meta (@ (charset "utf-8")))
(meta (@ (name "viewport")
(content "width=device-width, initial-scale=1.0")))
+ (link (@ (rel "alternate")
+ (type "application/atom+xml")
+ (href "http://jakob.space/index.xml")))
(title ,(string-append title " — " (site-title site)))
,(stylesheet "fonts")
,(stylesheet "highlight")
@@ -79,6 +82,7 @@
(li (@ (class "fade-text")) " ")
(li ,(link "About" "/about.html"))
(li ,(link "Blog" "/index.html"))
+ (li ,(link "Feed" "/feed.xml"))
(li ,(link "Projects" "/projects.html"))))
,body
(footer (@ (class "text-center"))