--- pagination: data: collections.categories alias: category size: 1 permalink: /blog/category/{{ category.slug }}/ --- {% for post in category.posts %}
  • {{ post.data.title }}
  • {% endfor %}