diff options
author | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 21:14:23 -0700 |
---|---|---|
committer | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 21:14:23 -0700 |
commit | bb925b1e7411fa9069b4b0c426e14812c629399f (patch) | |
tree | d9bd6d00f550e21f8e051a78654930b42c9c6446 /src/pronouns/pages.clj | |
parent | e7f1120416313b556587fd53a471b5ce96d166a1 (diff) |
nothing broken but nothing happening either, now with more css
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 3132dbe..73ba2f4 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -72,7 +72,9 @@ [subject object possessive-determiner possessive-pronoun reflexive] (html [:html - [:head ""] + [:head + [:title "Pronoun examples"] + [:link {:rel "stylesheet" :href "/pronouns.css"}]] [:body (examples-block subject object possessive-determiner possessive-pronoun reflexive) (about-block) |