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 }}