* serving correct css location
This commit is contained in:
parent
c7a538e7d1
commit
df9603369d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue