---
layout: default
title: Blog
body_class: page--blog
generator: pagination
pagination:
  max_per_page: 5
use:
  - posts
---
<h1>Blog</h1>

<ul>
  {% for post in page.pagination.items %}
  <li><a href="{{ post.url }}">{{ post.title }}</a></li>
  {% endfor %}
</ul>