about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pronouns/pages.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj
index 2ae6b4e..218caab 100644
--- a/src/pronouns/pages.clj
+++ b/src/pronouns/pages.clj
@@ -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