summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme.scm b/theme.scm
index 0a2668e..1c5be1a 100644
--- a/theme.scm
+++ b/theme.scm
@@ -40,7 +40,8 @@
(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")))))
+ (li (a (@ (href "/blog")) "Blog"))
+ (li (a (@ (href "/games.html")) "Games")))))
(main
,body))))))