From c8db3b6866dda8c25ae54afe16611aa7c0cb7cd4 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 30 Apr 2014 19:56:37 -0400 Subject: Jekyll Init --- _layouts/post.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 04e3586..fd75b03 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,9 +1,10 @@ --- -layout: default +layout: master --- -

{{ page.title }}

-

{{ page.date | date_to_string }}

+

{{ page.title }}

+ +{% if page.date %} +
{{ page.date | to_date_string }}
+{% endif %} -
{{ content }} -
-- cgit v1.2.3