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:
Morgan Astra 2018-11-14 14:39:46 -08:00
parent 41a9133d3d
commit c450428939

View File

@ -156,7 +156,7 @@
[:li (href link label)]))
(defn front []
(let [abbreviations (u/abbreviate *pronouns-table*)
(let [abbreviations (take 10 (u/abbreviate *pronouns-table*))
links (map make-link abbreviations)
title "Pronoun Island"]
(html