summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-06-08 22:11:27 -0400
committerBen Burwell <bburwell1@gmail.com>2014-06-08 22:11:27 -0400
commitfcf2be13d6eeca493185288ce1953efdbf9db76a (patch)
treeb1594c1ba5764485ba8c38166273e082a4647e1c /_layouts
parent2e5fedc8a4c9854747540c956da9ea968125d064 (diff)
Fix date formatting
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
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');
</script>
</div>
-
- <div class="date">{{ page.date | date: "%A, %-d %B, %Y" }}</div>
+
+ <div class="date">{{ page.date | date: "%A, %-d %B %Y" }}</div>
{{ content }}