Fixed blog.html

This commit is contained in:
Oliver Davies 2015-08-09 01:47:07 +01:00
parent 855aaeefc6
commit 193c391af7

View file

@ -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 }}