Issue #6: Use the correct date
This commit is contained in:
parent
d42fa7395e
commit
3aa989ed06
|
@ -16,7 +16,7 @@ use:
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<h2>{{ post.title }}</h2>
|
<h2>{{ post.title }}</h2>
|
||||||
|
|
||||||
{% include 'post-header' %}
|
{% include 'post-header' with { page: post } %}
|
||||||
|
|
||||||
{% if post.blocks.excerpt %}
|
{% if post.blocks.excerpt %}
|
||||||
{{ post.blocks.excerpt|raw }}
|
{{ post.blocks.excerpt|raw }}
|
||||||
|
|
Loading…
Reference in a new issue