diff options
Diffstat (limited to 'src/operationnull/theme.scm')
-rw-r--r-- | src/operationnull/theme.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/operationnull/theme.scm b/src/operationnull/theme.scm index 33e0b2a..88e04c0 100644 --- a/src/operationnull/theme.scm +++ b/src/operationnull/theme.scm @@ -38,12 +38,10 @@ (type "image/x-icon") (href "/assets/favicon.ico"))) (title ,(string-append title " — " (site-title site))) - ,(stylesheet "site") - ) + ,(stylesheet "site")) (body (intro - (div (@ (style "contain: size; justify-self: end;")) - (img (@ (alt "raven") (class "no-border") + (div (img (@ (alt "raven") (class "no-border") (src "/assets/raven.png")))) (div (@ (style "text-align: left;")) (h1 (span (@ (class "white")) bdunahu)) |