diff options
-rw-r--r-- | src/pronouns/pages.clj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index 1992328..3c90360 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -75,6 +75,7 @@ [:html [:head [:title title] + [:meta {:name "viewport" :content "width=device-width"}] [:link {:rel "stylesheet" :href "/pronouns.css"}]] [:body (title-block title) @@ -103,6 +104,7 @@ [:html [:head [:title title] + [:meta {:name "viewport" :content "width=device-width"}] [:link {:rel "stylesheet" :href "/pronouns.css"}]] [:body (title-block title) |