From 8e71056c5a264347803036d0d00154b6351dc91e Mon Sep 17 00:00:00 2001 From: Thel Seraphim Date: Fri, 13 Mar 2015 21:37:38 -0700 Subject: pretty in pink --- src/pronouns/pages.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pronouns') diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index 73ba2f4..0995fc2 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -42,8 +42,8 @@ (defn contact-block [] [:div {:class "contact"} - [:p "Written by " (twitter-name "morganastra") " and " (twitter-name "thelseraphim") "."] - [:p "visit the project on " [:a {:href "https://github.com/witch-house/pronoun.is"} "github."]]]) + [:p "Written by " (twitter-name "morganastra") " and " (twitter-name "thelseraphim") ". " + "Visit the project on " [:a {:href "https://github.com/witch-house/pronoun.is"} "github!"]]]) (defn about-block [] -- cgit