Fixed blog.html
This commit is contained in:
parent
855aaeefc6
commit
193c391af7
|
@ -15,7 +15,7 @@ use:
|
||||||
<ul class="posts">
|
<ul class="posts">
|
||||||
{% for post in page.pagination.items %}
|
{% for post in page.pagination.items %}
|
||||||
<li class="post">
|
<li class="post">
|
||||||
{% include 'post-header' with { page: post, title_tag: 'h2' } %}
|
{% include 'post_header' with { page: post, title_tag: 'h2' } %}
|
||||||
|
|
||||||
{% if post.blocks.excerpt %}
|
{% if post.blocks.excerpt %}
|
||||||
{{ post.blocks.excerpt|raw }}
|
{{ post.blocks.excerpt|raw }}
|
||||||
|
|
Reference in a new issue