diff options
author | bd <bdunahu@operationnull.com> | 2025-06-22 21:08:18 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-06-22 21:08:18 -0400 |
commit | b33811cb4bff20a84d0a0f318d54ab2dce627eef (patch) | |
tree | e99929741832bed5310c68b04544c46d486d5f30 /src/operationnull/theme.scm | |
parent | f4665ca551af11e743fc6ba9cf0a14c1d24f976e (diff) |
Fix header layout, rewrite home page
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)) |