File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ website:
1414 right :
1515 - about.qmd
1616 - posts.qmd
17- - pages.qmd
17+ - civitas/authors.qmd
18+ - civitas/explorer.qmd
1819 - icon : github
1920 href : " https://github.com/ClojureCivitas/clojurecivitas.github.io"
2021 - icon : rss
Original file line number Diff line number Diff line change 3434(let [affiliations (db/index-by :id (:affiliation @db/db))]
3535 (into ^:kind/hiccup [:div ]
3636 (comp (map #(card % affiliations))
37- (partition-all 3 )
37+ (partition-all 4 )
3838 (map #(into [:div.card-group ] %)))
3939 (->> (:author @db/db)
4040 (sort-by :name ))))
Original file line number Diff line number Diff line change 11^:kindly/hide-code
2- ^{:clay {:title " Civitas Explorer"
2+ ^{:clay {:title " Explorer"
33 :quarto {:type :page
44 :format {:html {:page-layout :full }}}}}
55(ns civitas.explorer
You can’t perform that action at this time.
0 commit comments