diff options
author | Morgan Astra <m@morganastra.me> | 2018-11-14 22:12:23 -0800 |
---|---|---|
committer | Morgan Astra <m@morganastra.me> | 2018-11-14 22:12:23 -0800 |
commit | 8628d9705526e91664886e6b2588d4972716a8a5 (patch) | |
tree | b8510935b20a3396b46e275804156d02b7053065 /src/pronouns | |
parent | 1af3772aa720663c81c08706a0ecf172283bc2ca (diff) |
Highly top five pronoun sets on the front page
Diffstat (limited to 'src/pronouns')
-rw-r--r-- | src/pronouns/pages.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index 218caab..6d08519 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -156,7 +156,7 @@ [:li (href link label)])) (defn front [] - (let [abbreviations (take 10 (u/abbreviate *pronouns-table*)) + (let [abbreviations (take 5 (u/abbreviate *pronouns-table*)) links (map make-link abbreviations) title "Pronoun Island"] (html |