From 46d62f4ae77c97857dee757ef2f197560d67d272 Mon Sep 17 00:00:00 2001 From: Thel Seraphim Date: Sat, 14 Mar 2015 00:50:02 -0700 Subject: PRONOUN ISLAND --- src/pronouns/pages.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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"} -- cgit