summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2013-04-24 00:35:12 -0700
committerJasper Van der Jeugt <jaspervdj@gmail.com>2013-04-24 00:35:12 -0700
commit91934f9abec5587b609465759b2aa33e08515e65 (patch)
tree437efaa11afe482bdbeb869086e0381df63446ee /src
parent2895a05a19f7cf53437d609e74ebce28c8c9be29 (diff)
parent625c73feb295d1dac372ffcc1c6aee798f990be6 (diff)
downloadhakyll-91934f9abec5587b609465759b2aa33e08515e65.tar.gz
Merge pull request #135 from ixmatus/master
Adding short form date parsing
Diffstat (limited to 'src')
-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"
]