diff options
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"} |