Added read more link

This commit is contained in:
Oliver Davies 2015-06-15 09:49:21 +01:00
parent 4b571e6dd0
commit 3a6dc53531

View file

@ -16,5 +16,6 @@ use:
{% if post.blocks.excerpt %}
{{ post.blocks.excerpt | raw }}
{% endif %}
<a href="{{ post.url }}">Read more &rarr;</a>
</article>
{% endfor %}