haunt.scm: Use (site-title site) for header
This commit is contained in:
parent
ffbb938f87
commit
5c18e8197d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue