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)))
|
(title ,(format #f "~a – afiw" title)))
|
||||||
(body
|
(body
|
||||||
(header
|
(header
|
||||||
(strong "afiw's blog")
|
(strong ,(site-title site))
|
||||||
(nav
|
(nav
|
||||||
(ul
|
(ul
|
||||||
(li (a (@ (href "/~afiw")) "about"))
|
(li (a (@ (href "/~afiw")) "about"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue