2016-09-22 04:13:25 +02:00
|
|
|
---
|
|
|
|
layout: archive
|
|
|
|
title: "Page Archive"
|
|
|
|
permalink: /page-archive/
|
|
|
|
author_profile: false
|
|
|
|
---
|
|
|
|
|
|
|
|
{% for post in site.pages %}
|
2020-04-14 00:55:19 +02:00
|
|
|
{% unless post.hidden %}
|
|
|
|
{% include archive-single.html %}
|
|
|
|
{% endunless %}
|
|
|
|
{% endfor %}
|