Browse code

fixed missing date in page headers

Brandon Mathis authored on 06/09/2011 at 08:18:31
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@ layout: default
7 7
   {% if page.title %}
8 8
   <header>
9 9
     <h1 class="entry-title">{{ page.title | titlecase }}</h1>
10
-    {% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
10
+    {% if page.date %}<p class="meta">{% include post/date.html %}{{ time }}</p>{% endif %}
11 11
   </header>
12 12
   {% endif %}
13 13
   {{ content }}