diff options
author | "Vincent Ambo ext:(%22) <tazjin@gmail.com> | 2013-05-05T19·06+0200 |
---|---|---|
committer | "Vincent Ambo ext:(%22) <tazjin@gmail.com> | 2013-05-05T19·06+0200 |
commit | df9603369df3ca0d4e3cc382f98ac5e8f302e91b (patch) | |
tree | 712ac1356377052dfef507972141e492e90dc617 | |
parent | c7a538e7d19820aab6228197d8dc68a78404940c (diff) |
* serving correct css location
-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 25e7539a3e27..1a9331f41841 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -95,7 +95,7 @@ tazBlog acid captchakey = do ok $ toResponse $ adminIndex ("tazjin" :: Text) , dir "admin" $ ok $ toResponse adminLogin , dir "dologin" $ processLogin acid - , do dirs "static/blogv300.css" nullDir + , do dirs "static/blogv40.css" nullDir setHeaderM "content-type" "text/css" setHeaderM "cache-control" "max-age=630720000" setHeaderM "expires" "Tue, 20 Jan 2037 04:20:42 GMT" |