Begin cleaning up old things

This commit is contained in:
Vincent Ambo 2015-11-19 18:16:34 +01:00
parent f703c03916
commit 71b2ccd927
3 changed files with 4 additions and 24 deletions

View file

@ -118,12 +118,7 @@ notFoundTitle EN = "Not found"
notFoundText :: BlogLang -> Text
notFoundText DE = "Das gewünschte Objekt wurde leider nicht gefunden."
notFoundText EN = "The requested object could unfortunately not be found."
-- right side text (this is inserted AS IS. Escape HTML!)
rightText :: BlogLang -> Text
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>."
notFoundText EN = "The requested object could not be found."
-- static information
repoURL :: Text = "http://hg.tazj.in/tazblog-haskell"