This commit is contained in:
Oliver Davies 2015-06-16 18:39:59 +01:00
parent 0a99d6643b
commit 26506c0778
5 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@ use:
<article class="post">
<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>