File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Deployment to Github Pages happens automatically via Github Actions once changes
5151
5252## License
5353
54- Copyright © 2020 Clojure Finland
54+ Copyright © 2020–2021 Clojure Finland
5555
5656Distributed under the Eclipse Public License either version 1.0 or (at
5757your option) any later version.
Original file line number Diff line number Diff line change 11{:paths [" src" ]
22 :deps
3- {org.clojure/clojure {:mvn/version " 1.10.1 " }
3+ {org.clojure/clojure {:mvn/version " 1.10.2 " }
44 hiccup/hiccup {:mvn/version " 1.0.5" }
55 garden/garden {:mvn/version " 1.3.10" }}
66 :aliases
Original file line number Diff line number Diff line change 1919 <a href=\" https://clojure.org/guides/getting_started\" >guides at
2020 Clojure.org</a> and don’t hesitate to ask questions in e.g. #beginners
2121 or #clojure-finland channels in
22- <a href=\" http://clojurians.net/\" >Clojurians Slack</a>!" }})
22+ <a href=\" http://clojurians.net/\" >Clojurians Slack</a> or
23+ #clojure channel in <a href=\" https://koodiklinikka.fi\" >Koodiklinikka Slack</a>!" }})
2324
2425(def companies
2526 {:title " Companies"
99100 :data
100101 {:email " <a href='mailto:clojurehelsinki@gmail.com'>clojurehelsinki@gmail.com</a>"
101102 :github " https://github.com/ClojureFinland"
102- :slack {:url " http://clojurians.net/"
103- :channel " #clojure-finland" }
103+ :slack [{:url " https://koodiklinikka.fi/"
104+ :channel " #clojure"
105+ :language " Finnish" }
106+ {:url " http://clojurians.net/"
107+ :channel " #clojure-finland"
108+ :language " English" }]
104109 :twitter " https://twitter.com/clojurefinland"
105110 :youtube " https://www.youtube.com/channel/UC7GYPoytIg5R56V2Pn-xU9g/videos" }})
106111
134139 [:th {:scope " row" } (keyword-output k)]
135140 [:td (let [column (cond
136141 (map? v) (table-output v)
142+ (coll? v) (table-output v)
137143 (link? v) (link v)
138144 :else (text-output v))]
139145 (cond-> column
You can’t perform that action at this time.
0 commit comments