This commit is contained in:
Oliver Davies 2015-06-15 10:07:04 +01:00
parent c58414f975
commit fba55a883c

View file

@ -14,7 +14,7 @@ use:
<article class="post"></article>
<h2>{{ post.title }}</h2>
{% if post.blocks.excerpt %}
{{ post.blocks.excerpt | raw }}
{{ post.blocks.excerpt | raw }}
{% endif %}
<a href="{{ post.url }}">Read more &rarr;</a>
</article>