hacks-guide-minimal-mistake.../docs/_pages/page-archive.html

13 lines
220 B
HTML
Raw Normal View History

2016-09-22 04:13:25 +02:00
---
layout: archive
title: "Page Archive"
permalink: /page-archive/
author_profile: false
---
{% for post in site.pages %}
{% unless post.hidden %}
{% include archive-single.html %}
{% endunless %}
{% endfor %}