summaryrefslogtreecommitdiff
path: root/source/_article.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'source/_article.html.haml')
-rw-r--r--source/_article.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_article.html.haml b/source/_article.html.haml
index a276a81..fde602e 100644
--- a/source/_article.html.haml
+++ b/source/_article.html.haml
@@ -1,7 +1,7 @@
.row
.column
%article
- %aside.blog-date= article.date.strftime('%e %b %Y')
+ %aside.blog-date= article.date.strftime(CalendarHelpers::FORMATS[:date_string_short])
.blog-inner
%h3.blog-article-heading= link_to article.title, article
= article.body