Removed erroneous tag
This commit is contained in:
parent
aad78eab5f
commit
b8da17fa8b
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue