Bugfixes!
This commit is contained in:
parent
68aca09de6
commit
9d66c9d697
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
(defn topic-entry [topic]
|
(defn topic-entry [topic]
|
||||||
(string "### " (capitalize topic) "\n"
|
(string "### " (capitalize topic) "\n"
|
||||||
(as-> topic _ (topics _) (slice _) (sort _) (map toc-entry _)
|
(as-> topic _ (topics _) (array/slice _) (sort _) (map toc-entry _)
|
||||||
(string/join _ " "))
|
(string/join _ " "))
|
||||||
"\n"))
|
"\n"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user