~xdavidwu/xdavidwu.link

ref: 3aa50cc5a5c2075795d157d2626e06a3ce6fc9cc xdavidwu.link/_pages/page-archive.html -rw-r--r-- 201 bytes
3aa50cc5 — Michael Rose Add support for Jekyll Archives plugin 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
---
layout: archive
title: "Page Archive"
permalink: /page-archive/
author_profile: false
---

{% include base_path %}
{% for post in site.pages %}
  {% include archive-list-single.html %}
{% endfor %}