diff options
Diffstat (limited to 'theme.scm')
| -rw-r--r-- | theme.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ (href "style.css"))) (title ,(string-append title " — " (site-title site)))) (body + (header (span ,(assq-ref (site-default-metadata site) 'author))) (main (article (h1 ,title) ,body)))))))) |
