diff options
author | Morgan <m@morganastra.me> | 2015-03-14 07:49:39 +0000 |
---|---|---|
committer | Morgan <m@morganastra.me> | 2015-03-14 07:49:39 +0000 |
commit | eb477de5b9cf7b74aad2f8e16bb7d08328fa0b81 (patch) | |
tree | 1437be78c6fce7ef58cbbece8e71d176f0a6772b /src/pronouns/pages.clj | |
parent | 8aec3327621858ec7e1eedb62b90374f5c720b21 (diff) | |
parent | 7af20c2030d4fe2107c20e9d71fe3eb847f3b4ad (diff) |
Merge branch 'master' into develop
Diffstat (limited to 'src/pronouns/pages.clj')
-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 " |