summaryrefslogtreecommitdiff
path: root/src/Hakyll
diff options
context:
space:
mode:
authorParnell Springmeyer <ixmatus@gmail.com>2013-04-23 17:33:25 -0500
committerParnell Springmeyer <ixmatus@gmail.com>2013-04-23 17:33:25 -0500
commit625c73feb295d1dac372ffcc1c6aee798f990be6 (patch)
tree437efaa11afe482bdbeb869086e0381df63446ee /src/Hakyll
parent2895a05a19f7cf53437d609e74ebce28c8c9be29 (diff)
downloadhakyll-625c73feb295d1dac372ffcc1c6aee798f990be6.tar.gz
Adding in the short form date parsing
Diffstat (limited to 'src/Hakyll')
-rw-r--r--src/Hakyll/Web/Template/Context.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Hakyll/Web/Template/Context.hs b/src/Hakyll/Web/Template/Context.hs
index b885462..2b85b30 100644
--- a/src/Hakyll/Web/Template/Context.hs
+++ b/src/Hakyll/Web/Template/Context.hs
@@ -203,6 +203,7 @@ getItemUTC locale id' = do
, "%Y-%m-%d"
, "%B %e, %Y %l:%M %p"
, "%B %e, %Y"
+ , "%b %d, %Y"
]