From 6550a2e413d6b0c83d462c3f11dc0358679e5c89 Mon Sep 17 00:00:00 2001 From: Morgan Astra Date: Wed, 14 Nov 2018 23:09:06 -0800 Subject: 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. --- src/pronouns/pages.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pronouns') 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 -- cgit