diff options
author | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-14 00:47:26 -0700 |
---|---|---|
committer | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-14 00:47:26 -0700 |
commit | 7af20c2030d4fe2107c20e9d71fe3eb847f3b4ad (patch) | |
tree | ec06a50d7aa2f278cc09d47e9df65a04aca36213 /src | |
parent | 98e7444f18da961af397bfc08cd1e67186bfa282 (diff) |
add styling and contact/github links to contributed frontpage
Diffstat (limited to 'src')
-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 " |