From 0371dd89ced0f7f77881f6c823397456d67f2ce4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 6 Jun 2019 19:40:10 +0100 Subject: [PATCH] Pass the post explicitly --- source/articles/archive.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/source/articles/archive.html.twig b/source/articles/archive.html.twig index 964fcae1..fed72bba 100644 --- a/source/articles/archive.html.twig +++ b/source/articles/archive.html.twig @@ -13,6 +13,7 @@ use: [posts] {% for post in data.posts %}
{% include 'blog/post-summary' with { + post: post, show_date: true, } %}