--- title: All posts pagination: data: posts size: 8 permalink: "/posts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" --- {% for post in pagination.items %}
{%- if post.featured -%}{% tablericon "star" %}{%- endif -%}

{{ post.title }}

{{ post.description | markdown }}

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