From 99332c977ec2343d974143d7dc24763f07c37b11 Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Wed, 17 Jul 2013 21:59:26 +0300 Subject: [PATCH] site: fix date display --- site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.hs b/site.hs index 143c983..53d8bff 100644 --- 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 -- 1.7.10.4