diff options
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 67c55a81dc62..34d3fadf25d0 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -18,7 +18,7 @@ import BlogDB (BlogLang (..)) data BlogError = NotFound | DBError -version = "3.5" +version = "4.0" allLang = [EN, DE] @@ -159,6 +159,6 @@ rightText DE = "English version <a href=\"/en\" class=\"link\">available here</a rightText EN = "Deutsche Version <a href=\"/de\" class=\"link\">hier verfügbar</a>." -- static information -repoURL :: Text = "https://bitbucket.org/tazjin/tazblog-haskell" +repoURL :: Text = "http://hg.tazj.in/tazblog-haskell" mailTo :: Text = "mailto:tazjin+blog@gmail.com" twitter :: Text = "http://twitter.com/#!/tazjin" |