diff options
author | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 21:37:38 -0700 |
---|---|---|
committer | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 21:37:38 -0700 |
commit | 8e71056c5a264347803036d0d00154b6351dc91e (patch) | |
tree | 5601b260e34a3bafdcea27f986086b1cb46ec055 /src/pronouns | |
parent | a57cb49c2b961e1594d9a41668d7d9a14595315a (diff) |
pretty in pink
Diffstat (limited to 'src/pronouns')
-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 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 [] |