--- pagination: data: collections.posts size: 10 alias: post reverse: true permalink: "/posts{% if pagination.pageNumber != 0 %}/{{ pagination.pageNumber }}{% endif %}/" layout: layout.liquid title: Posts css: posts.css ---

All Posts

{% for post in pagination.items %}
{% if post.data.thumbnail %} {{ post.data.title }} {% endif %}

{{ post.data.title }}

{{ post.data.context }}

{% endfor %}