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>
|
<h1 class="leading-tight mb-2">{{ page.title }}</h1>
|
||||||
|
|
||||||
<p class="text-grey-dark">
|
<p class="text-grey-dark">
|
||||||
{% include 'posts/post-date' %}
|
{% include 'posts/post-date' with { post: page } %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue