From a1e8c6fc94297741b1ee00e821b3bf9d4d51e189 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sat, 25 Oct 2014 17:33:47 +0200 Subject: use data for tweets and wiki changes --- source/_article.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/_article.html.haml') 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 -- cgit v1.2.1