From d2eec4d4369de581078fc5dd4288a69f225583fc Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 30 Apr 2014 20:39:28 -0400 Subject: Fix date format --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index fd75b03..536fa28 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ layout: master

{{ page.title }}

{% if page.date %} -
{{ page.date | to_date_string }}
+
{{ page.date | date: "%-d %B %Y" }}
{% endif %} {{ content }} -- cgit v1.2.3