mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
11 lines
196 B
HTML
11 lines
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 %} |