diff options
Diffstat (limited to 'theme.scm')
| -rw-r--r-- | theme.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)))))) |
