Removed erroneous tag

This commit is contained in:
Oliver Davies 2015-06-15 12:48:01 +01:00
parent aad78eab5f
commit b8da17fa8b

View file

@ -11,7 +11,7 @@ use:
<h1>Blog</h1>
{% for post in page.pagination.items %}
<article class="post"></article>
<article class="post">
<h2>{{ post.title }}</h2>
{% if post.blocks.excerpt %}
{{ post.blocks.excerpt | raw }}