summaryrefslogtreecommitdiff
path: root/pages/blog.md
blob: 9fa813c2d7965934b5c2556bb2b8a245d885a283 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
title: Blog
layout: blog.liquid
permalink: "/{{slug}}"
---

## Blog!

{% for post in collections.posts.pages %}

#### {{post.title}}

[{{ post.title }}](/{{ post.permalink }}) {% endfor %}