From 3aa989ed065d6494d3e4f642cfb4a65940ee1311 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 29 Jun 2015 12:57:37 +0100 Subject: [PATCH] Issue #6: Use the correct date --- source/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog.html b/source/blog.html index 1d878ce6..9f952225 100644 --- a/source/blog.html +++ b/source/blog.html @@ -16,7 +16,7 @@ use:

{{ post.title }}

- {% include 'post-header' %} + {% include 'post-header' with { page: post } %} {% if post.blocks.excerpt %} {{ post.blocks.excerpt|raw }}