diff --git a/www.scm b/www.scm index 605747f..8c7596c 100644 --- a/www.scm +++ b/www.scm @@ -120,7 +120,8 @@ `(section (h3 ,(page-group-title group)) (ul ,@(map (lambda (page) - (let ((href (string-append (page-stem page) "/"))) + (let ((href (string-append (page-stem page) + "/"))) `(li (a (@ (href ,href)) ,(page-title page))))) (page-group-pages group))))) page-groups)