Sort before creating HTML files
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
(create-embed-file (content group)))))
|
||||
(spit (io/file dir "index.edn")
|
||||
(->> parsed-files
|
||||
sort
|
||||
(map (fn [[ns groups]]
|
||||
(for [{:keys [name]} groups]
|
||||
{:ns ns
|
||||
|
||||
Reference in New Issue
Block a user