Issue #6: Show posted date on teasers
This commit is contained in:
parent
759dfbf37c
commit
d42fa7395e
3 changed files with 5 additions and 1 deletions
|
@ -15,6 +15,9 @@ use:
|
|||
{% for post in page.pagination.items %}
|
||||
<article class="post">
|
||||
<h2>{{ post.title }}</h2>
|
||||
|
||||
{% include 'post-header' %}
|
||||
|
||||
{% if post.blocks.excerpt %}
|
||||
{{ post.blocks.excerpt|raw }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue