--- 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 %}

{{ post.data.title }}

{{ post.date | date: "%m.%d.%Y" }}

{{ post.data.post_excerpt }}

Read more →
{% endif %} {% endfor %} {% include "paginator.liquid" %}