From 3d0572190873bec3336fb25d5bdcfab659dbf015 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 6 Sep 2011 03:18:31 -0500 Subject: [PATCH] fixed missing date in page headers --- .themes/classic/source/_layouts/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.themes/classic/source/_layouts/page.html b/.themes/classic/source/_layouts/page.html index 729b48e..dbf209c 100644 --- a/.themes/classic/source/_layouts/page.html +++ b/.themes/classic/source/_layouts/page.html @@ -7,7 +7,7 @@ layout: default {% if page.title %}

{{ page.title | titlecase }}

- {% if page.date %}

{% include post/date.html %}

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

{% include post/date.html %}{{ time }}

{% endif %}
{% endif %} {{ content }}