summary refs log tree commit diff
diff options
context:
space:
mode:
author"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-04-28T11·45+0200
committer"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-04-28T11·45+0200
commit0f98c3f489b8a00f1a6ce539b8f853a07610c2e1 (patch)
tree99d7ee705c2a17c87fe05a9bf04c579b634b2ec8
parent247265f35499d82706fb99ac0a68c90cc169ca1a (diff)
* removed iMessage
-rw-r--r--src/Blog.hs9
-rw-r--r--src/Locales.hs4
2 files changed, 4 insertions, 9 deletions
diff --git a/src/Blog.hs b/src/Blog.hs
index 10b118861568..d3382357fc2b 100644
--- a/src/Blog.hs
+++ b/src/Blog.hs
@@ -46,7 +46,7 @@ $doctype 5
   <div class="header">
    <a class="btitle" href=#{append "/" (show' lang)}>#{blogTitle lang empty}
    <p style="clear: both;">
-    <span class="contacts" id="cosx">^{contactInfo iMessage}
+    <span class="contacts" id="cosx">^{contactInfo}
     <span class="righttext">^{preEscapedToHtml $ rightText lang}
   <div class="middle">
    ^{body}
@@ -57,14 +57,11 @@ $doctype 5
 |]
  where
   rssUrl = T.concat ["/", show' lang, "/rss.xml"]
-  contactInfo imu = [shamlet|
+  contactInfo = [shamlet|
 #{contactText lang}
 <a class="link" href=#{mailTo}>Mail
-, #
-<a class="link" href=#{twitter} target="_blank">Twitter
 #{orText lang}
-<a class="link" href=#{imu}>iMessage
-.
+<a class="link" href=#{twitter} target="_blank">Twitter
 |]
 
 showFooter :: BlogLang -> Text -> Html
diff --git a/src/Locales.hs b/src/Locales.hs
index 8e2149fa7463..aaddb484cb26 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -158,7 +158,5 @@ rightText EN = "Deutsche Version <a href=\"/de\" class=\"link\">hier verf&uuml;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"