12 lines
243 B
HTML
12 lines
243 B
HTML
---
|
|
layout: archive
|
|
title: "Page Archive"
|
|
permalink: /page-archive/
|
|
author_profile: false
|
|
---
|
|
|
|
{% assign posts = site.pages | where_exp: "post", "post.hidden != true" %}
|
|
{% for post in posts %}
|
|
{% include archive-single.html %}
|
|
{% endfor %}
|