From 7af20c2030d4fe2107c20e9d71fe3eb847f3b4ad Mon Sep 17 00:00:00 2001 From: Thel Seraphim Date: Sat, 14 Mar 2015 00:47:26 -0700 Subject: add styling and contact/github links to contributed frontpage --- src/pronouns/pages.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/pronouns') 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 " -- cgit