site: fix date display
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Wed, 17 Jul 2013 18:59:26 +0000 (21:59 +0300)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Wed, 17 Jul 2013 18:59:26 +0000 (21:59 +0300)
site.hs

diff --git a/site.hs b/site.hs
index 143c983..53d8bff 100644 (file)
--- a/site.hs
+++ b/site.hs
@@ -36,4 +36,4 @@ compilePosts = do
     >>= relativizeUrls
 
 postCtx :: Context String
-postCtx = dateField "date" "$B %e, %Y" `mappend` defaultContext
+postCtx = dateField "date" "%B %e, %Y" `mappend` defaultContext