--- layout: default title: Blog pagination: data: collections.posts size: 10 reverse: true alias: posts templateEngineOverride: liquid,md --- {% include "now-topper.liquid" %} {% for post in pagination.items %} {% if post.data.published %}
{% endif %} {% endfor %} {% include "paginator.liquid" %}