diff options
author | Parnell Springmeyer <ixmatus@gmail.com> | 2013-04-23 17:33:25 -0500 |
---|---|---|
committer | Parnell Springmeyer <ixmatus@gmail.com> | 2013-04-23 17:33:25 -0500 |
commit | 625c73feb295d1dac372ffcc1c6aee798f990be6 (patch) | |
tree | 437efaa11afe482bdbeb869086e0381df63446ee /src/Hakyll | |
parent | 2895a05a19f7cf53437d609e74ebce28c8c9be29 (diff) | |
download | hakyll-625c73feb295d1dac372ffcc1c6aee798f990be6.tar.gz |
Adding in the short form date parsing
Diffstat (limited to 'src/Hakyll')
-rw-r--r-- | src/Hakyll/Web/Template/Context.hs | 1 |
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" ] |