--- title: "Apache Royale Blog" pagination: data: collections.blog size: 3 reverse: true alias: blog layout: "blog-post.html" permalink: "blog{% if pagination.pageNumber > 0 %}/page/{{ pagination.pageNumber | plus: 1 }}{% endif %}/index.html" --- {% for post in blog %}

{{ post.data.title }}

{% include "blog-post-meta.html", author: post.data.author, date: post.date %}
{{ post.templateContent }}
{% endfor %} {% if pagination.href.previous %} Newer Posts {% endif %} {% if pagination.href.next %} Older Posts {% endif %}