2015-03-16 11:16:42 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: Blog
|
2015-06-14 21:00:49 +00:00
|
|
|
body_class: page--blog
|
2015-06-15 08:37:37 +00:00
|
|
|
generator: pagination
|
2015-06-15 08:38:09 +00:00
|
|
|
pagination:
|
|
|
|
max_per_page: 5
|
2015-03-19 11:36:09 +00:00
|
|
|
use:
|
2015-06-14 02:27:41 +00:00
|
|
|
- posts
|
2015-03-16 11:16:42 +00:00
|
|
|
---
|
2015-04-13 20:15:09 +00:00
|
|
|
<h1>Blog</h1>
|
2015-03-16 11:16:42 +00:00
|
|
|
|
2015-04-13 20:15:09 +00:00
|
|
|
<ul>
|
2015-06-15 08:37:37 +00:00
|
|
|
{% for post in page.pagination.items %}
|
2015-06-14 02:27:41 +00:00
|
|
|
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|