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