Fix post date on article page
This commit is contained in:
parent
8bb402b12c
commit
3a51af3fee
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue