From b33811cb4bff20a84d0a0f318d54ab2dce627eef Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 22 Jun 2025 21:08:18 -0400 Subject: Fix header layout, rewrite home page --- src/operationnull/theme.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/operationnull/theme.scm') 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)) -- cgit v1.2.3