hacks-guide-minimal-mistake.../_pages/page-archive.html
2016-03-05 22:11:23 -05:00

9 lines
180 B
HTML

---
layout: archive
title: "Page Archive"
permalink: /page-archive/
---
{% include absolute-url.liquid %}
{% for post in site.pages %}
{% include post-single.html %}
{% endfor %}