10 lines
172 B
HTML
10 lines
172 B
HTML
|
---
|
||
|
layout: archive
|
||
|
title: "Page Archive"
|
||
|
permalink: /page-archive/
|
||
|
author_profile: false
|
||
|
---
|
||
|
|
||
|
{% for post in site.pages %}
|
||
|
{% include archive-single.html %}
|
||
|
{% endfor %}
|