diff options
Diffstat (limited to 'src/pronouns')
-rw-r--r-- | src/pronouns/pages.clj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index b3ad43a..f190926 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -94,9 +94,11 @@ [:title "Main Page"] [:link {:rel "stylesheet" :href "/pronouns.css"}]] [:body + [:div {:class "table"} [:p "pronoun.is is a www site for showing people how to use pronouns"] [:p "here are some pronouns the site knows about:"] - [:ul links]]]))) + [:ul links]]] + (contact-block)]))) (defn not-found [] (str "We couldn't find those pronouns in our database, please ask us to " |