diff options
| -rw-r--r-- | style.css | 3 | ||||
| -rw-r--r-- | theme.scm | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -11,3 +11,6 @@ body { main { margin: 0 1rem; } +header { + padding: 0.5rem 1rem; +} @@ -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)))))))) |
