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