From 3a51af3feedfeeb3a8224e0e553396b111c18a01 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 7 Mar 2019 09:13:58 +0000 Subject: [PATCH] Fix post date on article page --- source/_partials/post/header.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_partials/post/header.html.twig b/source/_partials/post/header.html.twig index 35667cc54..5cdbcd1f2 100644 --- a/source/_partials/post/header.html.twig +++ b/source/_partials/post/header.html.twig @@ -2,6 +2,6 @@

{{ page.title }}

- {% include 'posts/post-date' %} + {% include 'posts/post-date' with { post: page } %}