109f4ffb44
- Combine grid and list view into one include
11 lines
No EOL
196 B
HTML
11 lines
No EOL
196 B
HTML
---
|
|
layout: archive
|
|
title: "Page Archive"
|
|
permalink: /page-archive/
|
|
author_profile: false
|
|
---
|
|
|
|
{% include base_path %}
|
|
{% for post in site.pages %}
|
|
{% include archive-single.html %}
|
|
{% endfor %} |