Fix post date on article page

This commit is contained in:
Oliver Davies 2019-03-07 09:13:58 +00:00
parent 8bb402b12c
commit 3a51af3fee

View file

@ -2,6 +2,6 @@
<h1 class="leading-tight mb-2">{{ page.title }}</h1>
<p class="text-grey-dark">
{% include 'posts/post-date' %}
{% include 'posts/post-date' with { post: page } %}
</p>
</div>