Skip to content

Commit

Permalink
Make code more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
haglobah committed Aug 24, 2024
1 parent b4e41ea commit a3c06d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html.p
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
◊(define categories (children rootSite))
◊(define currentCategory (get-folder-name here))
◊(define linkedHeadings
(let ([link-selection ('h2 . select-from-doc . doc)])
(let ([link-selection (select-from-doc 'h2 doc)])
(if (equal? link-selection #f)
'()
(filter string? link-selection))))
Expand Down

0 comments on commit a3c06d9

Please sign in to comment.