oliverdavies.uk/source/blog.html
2015-06-15 09:37:37 +01:00

16 lines
236 B
HTML

---
layout: default
title: Blog
body_class: page--blog
generator: pagination
use:
- posts
---
<h1>Blog</h1>
<ul>
{% for post in page.pagination.items %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>