Skip to content

Commit

Permalink
Break long line
Browse files Browse the repository at this point in the history
  • Loading branch information
lassik committed Jul 7, 2021
1 parent e0a5c5f commit 845ace8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 845ace8

Please sign in to comment.