diff --git a/src/Blog.hs b/src/Blog.hs index 10b118861..d3382357f 100644 --- a/src/Blog.hs +++ b/src/Blog.hs @@ -46,7 +46,7 @@ $doctype 5
#{blogTitle lang empty}

- ^{contactInfo iMessage} + ^{contactInfo} ^{preEscapedToHtml $ rightText lang}

^{body} @@ -57,14 +57,11 @@ $doctype 5 |] where rssUrl = T.concat ["/", show' lang, "/rss.xml"] - contactInfo imu = [shamlet| + contactInfo = [shamlet| #{contactText lang} Mail -, # -Twitter #{orText lang} -iMessage -. +Twitter |] showFooter :: BlogLang -> Text -> Html diff --git a/src/Locales.hs b/src/Locales.hs index 8e2149fa7..aaddb484c 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -158,7 +158,5 @@ rightText EN = "Deutsche Version hier verfüg -- static information repoURL :: Text = "https://bitbucket.org/tazjin/tazblog-haskell" -mailTo :: Text = "mailto:hej@tazj.in" +mailTo :: Text = "mailto:tazjin@gmail.com" twitter :: Text = "http://twitter.com/#!/tazjin" -iMessage :: Text = "imessage:tazjin@me.com" -iMessage' :: Text = "sms:tazjin@me.com"