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