hacks-guide-minimal-mistake.../_pages/page-archive.html

9 lines
180 B
HTML
Raw Normal View History

---
layout: archive
title: "Page Archive"
permalink: /page-archive/
---
{% include absolute-url.liquid %}
{% for post in site.pages %}
2016-03-06 04:11:23 +01:00
{% include post-single.html %}
{% endfor %}