summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-21 15:07:36 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-21 15:07:36 -0500
commit919d4d39bd8ade68140017d26a06d1454c1b2b91 (patch)
treea48e72a627abb213978110f42f766d50efa26801 /theme.scm
parent124741470fede0558139a4e9a98ad6a34319ae4a (diff)
start integration of external RSS feeds
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme.scm b/theme.scm
index 4843ed6..4fb23dd 100644
--- a/theme.scm
+++ b/theme.scm
@@ -26,6 +26,7 @@
(body
(header (span ,(assq-ref (site-default-metadata site) 'author))
(nav (ul (li (a (@ (href "/")) "Home"))
+ (li (a (@ (href "/now")) "Now"))
(li (a (@ (href "/blog")) "Blog")))))
(main
(article (h1 ,title)