From fcf2be13d6eeca493185288ce1953efdbf9db76a Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 8 Jun 2014 22:11:27 -0400 Subject: Fix date formatting --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 97b2290..dc57017 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -22,8 +22,8 @@ layout: master (function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=benburwell&button=compact&url='+encodeURIComponent(document.URL);f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbyvjgw'); - -
{{ page.date | date: "%A, %-d %B, %Y" }}
+ +
{{ page.date | date: "%A, %-d %B %Y" }}
{{ content }} -- cgit v1.2.3