Added read more link
This commit is contained in:
parent
4b571e6dd0
commit
3a6dc53531
|
@ -16,5 +16,6 @@ use:
|
||||||
{% if post.blocks.excerpt %}
|
{% if post.blocks.excerpt %}
|
||||||
{{ post.blocks.excerpt | raw }}
|
{{ post.blocks.excerpt | raw }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<a href="{{ post.url }}">Read more →</a>
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue