File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{:paths [" src" " resources" ]
2
- :deps {org.clojure/clojure {:mvn/version " 1.11.1 " }
3
- io.github.nextjournal/clerk {:git/sha " bdf79084374fc89cd956ec076847c0845c80c911 " }
4
- org.babashka/cli {:mvn/version " 0.5.40 " }
2
+ :deps {org.clojure/clojure {:mvn/version " 1.12.0 " }
3
+ io.github.nextjournal/clerk {:git/sha " d9cab25aae62029557cff3346e7bd06e878999cd " }
4
+ org.babashka/cli {:mvn/version " 0.7.52 " }
5
5
; ; silence log warnings
6
6
org.slf4j/slf4j-nop {:mvn/version " 1.7.36" }}
7
7
Original file line number Diff line number Diff line change 31
31
^::clerk/no-cache
32
32
(clerk/html (into [:ul ] (mapv (fn [path]
33
33
(when-let [day (second (re-matches #".*day_(\d +).clj" path))]
34
- [:li [:a {:href (clerk/doc-url path)} " Day " day]])) (build-paths ))))
34
+ [:li [:a {:href (clerk/doc-url (str/replace path #"\. clj" " " ))} " Day " day]]))
35
+ (build-paths ))))
35
36
You can’t perform that action at this time.
0 commit comments