From 70d4268bb0a140f68ce60a3b33237357629c307a Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 30 Apr 2014 20:51:15 -0400 Subject: Add writing --- _layouts/post.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 536fa28..c75ad95 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,10 +1,13 @@ --- layout: master --- -

{{ page.title }}

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

{{ page.title }}

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