From 5c18e8197db57a2d2e0b0f94de9adcdb47681edc Mon Sep 17 00:00:00 2001 From: afiw Date: Wed, 11 Feb 2026 13:42:48 +0100 Subject: [PATCH] haunt.scm: Use (site-title site) for header --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haunt.scm b/haunt.scm index a32e8b6..873da8b 100644 --- a/haunt.scm +++ b/haunt.scm @@ -29,7 +29,7 @@ (title ,(format #f "~a – afiw" title))) (body (header - (strong "afiw's blog") + (strong ,(site-title site)) (nav (ul (li (a (@ (href "/~afiw")) "about"))