summaryrefslogtreecommitdiff
path: root/_defaults/pages.md
blob: ad063cbb51f345eb57344cc1ccc3395951781972 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
layout: default.liquid
---
## Blog!

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

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