diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 4 |
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 }} |