about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMorgan Astra <m@morganastra.me>2018-11-14 23:09:06 -0800
committerMorgan Astra <m@morganastra.me>2018-11-14 23:09:06 -0800
commit6550a2e413d6b0c83d462c3f11dc0358679e5c89 (patch)
treea3c9b006ac5580f8157a330fe4a5fa31809abb84
parent8238eb6e0cbf71db6f2efe86ed4942253ebab9b6 (diff)
Make front page include ze/zir also
Per feedback from Tavy, ze/zir is at least as common as ze/hir in modern
usage, so it should be visible on the first page as well.
-rw-r--r--resources/pronouns.tab2
-rw-r--r--src/pronouns/pages.clj2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/pronouns.tab b/resources/pronouns.tab
index 03c521b..7f788b2 100644
--- a/resources/pronouns.tab
+++ b/resources/pronouns.tab
@@ -2,6 +2,7 @@ she	her	her	hers	herself
 he	him	his	his	himself
 they	them	their	theirs	themselves
 ze	hir	hir	hirs	hirself
+ze	zir	zir	zirs	zirself
 xey	xem	xyr	xyrs	xemself
 ae	aer	aer	aers	aerself
 e	em	eir	eirs	emself
@@ -30,7 +31,6 @@ xie	xer	xer	xers	xerself
 xe	xem	xyr	xyrs	xemself
 xey	xem	xeir	xeirs	xemself
 yo	yo	yos	yos	yosself
-ze	zir	zir	zirs	zirself
 ze	zem	zes	zes	zirself
 ze	mer	zer	zers	zemself
 zee	zed	zeta	zetas	zedself
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj
index 3b808fb..7fcbcbe 100644
--- a/src/pronouns/pages.clj
+++ b/src/pronouns/pages.clj
@@ -156,7 +156,7 @@
     [:li (href link label)]))
 
 (defn front []
-  (let [abbreviations (take 5 (u/abbreviate *pronouns-table*))
+  (let [abbreviations (take 6 (u/abbreviate *pronouns-table*))
         links (map make-link abbreviations)
         title "Pronoun Island"]
     (html