about summary refs log tree commit diff
path: root/src/Blog.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blog.hs')
-rw-r--r--src/Blog.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blog.hs b/src/Blog.hs
index 72995e008755..a814a746170d 100644
--- a/src/Blog.hs
+++ b/src/Blog.hs
@@ -120,7 +120,7 @@ $forall entry <- elist
       <a href=#{linkElems entry}>
         <b>#{title entry}
         <br>
-        <i>#{pack $ formatTime defaultTimeLocale "%Y-%M-%d" $ edate entry}
+        <i>#{pack $ formatTime defaultTimeLocale "%Y-%m-%d" $ edate entry}
         <br>
         #{linkText $ length $ comments entry}
         #{cHead $ lang entry}