--- title: Day-by-day listings pagination: data: collections.daily size: 30 reverse: true --- {% css %} ol { list-style: none; text-align: center; } {% endcss %}
    {% for post in pagination.items %}
  1. {{ post.data.title }}
  2. {% endfor %}