c6f10529a4
* Rename include * Add grid view test pages * Rename `.post__meta-sep` and use CSS to add line break * Improve collection grid archive * Improve page grid archive * Enable `grid` * Don't show date icon if there is no `date` value * Add blank line at EOF * Add space * Wrap date and reading time in named `span` elements
10 lines
173 B
HTML
10 lines
173 B
HTML
---
|
|
layout: archive
|
|
title: "Page Archive"
|
|
permalink: /page-archive/
|
|
author_profile: false
|
|
---
|
|
|
|
{% for post in site.pages %}
|
|
{% include archive-single.html %}
|
|
{% endfor %}
|