* more bootstrap-related fixes, nearing completion

* version bumped to 4.0
This commit is contained in:
"Vincent Ambo ext:(%22) 2013-05-05 20:34:06 +02:00
parent 11a51f6abd
commit d7cce6cb41
3 changed files with 15 additions and 13 deletions

View file

@ -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&uuml;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"