diff options
Diffstat (limited to 'custom/theme.scm')
| -rw-r--r-- | custom/theme.scm | 4 |
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")) |