diff options
author | Morgan <m@morganastra.me> | 2015-03-14 07:50:58 +0000 |
---|---|---|
committer | Morgan <m@morganastra.me> | 2015-03-14 07:50:58 +0000 |
commit | a46bd352b2e79af23317b0a6b3b2bc89e6d8f832 (patch) | |
tree | 20115c2f439e9a6653f80bfe333276af131b0359 | |
parent | eb477de5b9cf7b74aad2f8e16bb7d08328fa0b81 (diff) | |
parent | 46d62f4ae77c97857dee757ef2f197560d67d272 (diff) |
Merge branch 'master' into develop
-rw-r--r-- | src/pronouns/pages.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index f190926..7aa2b0f 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -63,7 +63,7 @@ (html [:html [:head - [:title "Pronoun examples"] + [:title "Pronoun Island: Examples"] [:link {:rel "stylesheet" :href "/pronouns.css"}]] [:body (examples-block subject object possessive-determiner possessive-pronoun reflexive) @@ -91,7 +91,7 @@ (html [:html [:head - [:title "Main Page"] + [:title "Pronoun Island"] [:link {:rel "stylesheet" :href "/pronouns.css"}]] [:body [:div {:class "table"} |