Make front page shorter
Since this was currently the only place with a full list of all pronouns in the database, we should add a new page to serve that purpose (perhaps formatted into multiple columns so it isn't so incredibly long)
This commit is contained in:
parent
41a9133d3d
commit
c450428939
@ -156,7 +156,7 @@
|
|||||||
[:li (href link label)]))
|
[:li (href link label)]))
|
||||||
|
|
||||||
(defn front []
|
(defn front []
|
||||||
(let [abbreviations (u/abbreviate *pronouns-table*)
|
(let [abbreviations (take 10 (u/abbreviate *pronouns-table*))
|
||||||
links (map make-link abbreviations)
|
links (map make-link abbreviations)
|
||||||
title "Pronoun Island"]
|
title "Pronoun Island"]
|
||||||
(html
|
(html
|
||||||
|
Loading…
Reference in New Issue
Block a user