Issue #6: Use the correct date

This commit is contained in:
Oliver Davies 2015-06-29 12:57:37 +01:00
parent d42fa7395e
commit 3aa989ed06

View file

@ -16,7 +16,7 @@ use:
<article class="post">
<h2>{{ post.title }}</h2>
{% include 'post-header' %}
{% include 'post-header' with { page: post } %}
{% if post.blocks.excerpt %}
{{ post.blocks.excerpt|raw }}