fixed missing date in page headers

main
Brandon Mathis 14 years ago
parent 31b5388402
commit 3d05721908

@ -7,7 +7,7 @@ layout: default
{% if page.title %} {% if page.title %}
<header> <header>
<h1 class="entry-title">{{ page.title | titlecase }}</h1> <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> </header>
{% endif %} {% endif %}
{{ content }} {{ content }}

Loading…
Cancel
Save