summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme.scm b/theme.scm
index bb4ba53..85d48a6 100644
--- a/theme.scm
+++ b/theme.scm
@@ -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))))))))