Add read more link after blog post summary

This commit is contained in:
Wesley Moore 2024-04-14 12:31:42 +10:00
parent 8dceb5c8f4
commit 32f8335214
No known key found for this signature in database

View file

@ -31,6 +31,8 @@
<div>
{{ page.summary | safe }}
</div>
<a href="{{ page.permalink }}">Read more →</a>
</article>
{% endfor %}