summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
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)