From 85827b161bb7f70484043f54b4f361cad2ac9feb Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 30 Apr 2014 20:53:04 -0400 Subject: Fix dumb mistake --- _layouts/post.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index c75ad95..adb4760 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,11 +3,13 @@ layout: master ---
+

{{ page.title }}

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