Readmore with arrows

This commit is contained in:
Felipe M 2016-12-19 10:52:14 +01:00
parent bc351e01a2
commit 3a48964391

View file

@ -8,7 +8,7 @@
<div class="content">
{% if from_index and summary|length > 1 %}
{{ summary[0] }}
<p class="text-right"><a href="{{ post|url }}">Read more</a></p>
<p class="text-right"><a href="{{ post|url }}">Read more &raquo;</a></p>
{% else %}
{{ post.body }}
{% endif %}