haunt.scm: Use (site-title site) for header

This commit is contained in:
cælōrum spectātrīx 2026-02-11 13:42:48 +01:00
parent ffbb938f87
commit 5c18e8197d

View file

@ -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"))