{% if include.show_posts %}
{% assign posts = site.posts | sort: 'date' | reverse %} {% for post in posts %} {% bookshop blog-card post=post %} {% endfor %}
{% bookshop_include pagination %} {% endif %}