diff options
Diffstat (limited to 'src')
-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 [] |