From 3f2855ac6ba9f623092e6658e4d465a425456c16 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 19 Jul 2011 17:28:36 -0400 Subject: [PATCH] fixed logic for showing dates on page layout --- .themes/classic/source/_layouts/page.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.themes/classic/source/_layouts/page.html b/.themes/classic/source/_layouts/page.html index 48dff5c..07dd050 100644 --- a/.themes/classic/source/_layouts/page.html +++ b/.themes/classic/source/_layouts/page.html @@ -6,16 +6,12 @@ layout: default

{{ page.title | titlecase }}

- {% if page.meta == false or !page.date %}

{% include post/date.html %}

{% endif %} + {% if page.date %}

{% include post/date.html %}

{% endif %}
{{ content | smart_quotes }} {% unless page.footer == false %}