diff options
author | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-14 00:50:02 -0700 |
---|---|---|
committer | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-14 00:50:02 -0700 |
commit | 46d62f4ae77c97857dee757ef2f197560d67d272 (patch) | |
tree | 95ae4ec5e2622aaa8221c5b6b2f7ecdd9d85bbb8 /src/pronouns/pages.clj | |
parent | 7af20c2030d4fe2107c20e9d71fe3eb847f3b4ad (diff) |
PRONOUN ISLAND
Diffstat (limited to 'src/pronouns/pages.clj')
-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"} |