Change post_header to post-header
This commit is contained in:
parent
4e41c6e372
commit
afa22395fe
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% block content_wrapper %}
|
||||
<main class="col-md-9">
|
||||
{% include 'post_header' %}
|
||||
{% include 'post-header' %}
|
||||
|
||||
{% block content %}{% endblock content %}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ use:
|
|||
<ul class="posts">
|
||||
{% for post in page.pagination.items %}
|
||||
<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 %}
|
||||
{{ post.blocks.excerpt|raw }}
|
||||
|
|
Reference in a new issue