summaryrefslogtreecommitdiff
path: root/_defaults/pages.md
blob: cda23fddc0656c88f4b88add6355ca86016e3152 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: page.liquid
---
## Page!

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

## Post Permalinks:
[{{ post.title }}]({{ post.permalink }})
{% endfor %}