--- title: All posts layout: default pagination: data: posts size: 8 alias: posts permalink: "/posts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" ---
{% for post in pagination.items %}
{% tablericon "calendar-month" "Date" %}

{{ post.title }}

{{ post.description }}

{% endfor %}
{% render "partials/widgets/paginator.liquid", pagination:pagination %}