diff options
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index a83c9958ef35..0c4fcdffcd3f 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -60,7 +60,7 @@ tazBlog :: AcidState Blog -> String -> ServerPart Response tazBlog acid captchakey = do compr <- compressedResponseFilter msum [ path $ \(lang :: BlogLang) -> blogHandler acid lang captchakey - , nullDir >> showIndex acid DE + , nullDir >> showIndex acid EN , dir " " $ nullDir >> seeOther ("https://plus.google.com/115916629925754851590" :: Text) (toResponse ()) , path $ \(year :: Int) -> path $ \(month :: Int) -> path $ \(id_ :: String) -> formatOldLink year month id_ |