From 33112a65a8f3bc18843593386beaa3aaa3695f92 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 14 Aug 2011 17:47:46 -0400 Subject: [PATCH] page layout will now accept pages without title metadata --- .themes/classic/source/_layouts/page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.themes/classic/source/_layouts/page.html b/.themes/classic/source/_layouts/page.html index 6710f8b..08e056e 100644 --- a/.themes/classic/source/_layouts/page.html +++ b/.themes/classic/source/_layouts/page.html @@ -4,10 +4,12 @@ layout: default
+ {% if page.title %}

{{ page.title | titlecase }}

{% if page.date %}

{% include post/date.html %}

{% endif %}
+ {% endif %} {{ content }} {% unless page.footer == false %}