fixed missing date in page headers

This commit is contained in:
Brandon Mathis 2011-09-06 03:18:31 -05:00
parent 31b5388402
commit 3d05721908
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ layout: default
{% if page.title %}
<header>
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
{% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
{% if page.date %}<p class="meta">{% include post/date.html %}{{ time }}</p>{% endif %}
</header>
{% endif %}
{{ content }}