This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/blog.html
2015-06-15 09:47:03 +01:00

21 lines
361 B
HTML

---
layout: default
title: Blog
body_class: page--blog
generator: pagination
pagination:
max_per_page: 5
use:
- posts
---
<h1>Blog</h1>
{% for post in page.pagination.items %}
<article class="post"></article>
<h2>{{ post.title }}</h2>
{% if post.blocks.excerpt %}
{{ post.blocks.excerpt | raw }}
{% endif %}
</article>
{% endfor %}