hacks-guide-minimal-mistake.../_pages/page-archive.md

747 B

layout title permalink
archive Page Archive /page-archive/

{% include absolute-url.liquid %} {% for post in site.pages %}

{% if post.link %}

{{ post.title }}

{% else %}

{{ post.title }}

{% if post.excerpt %}

{{ post.excerpt | markdownify | strip_html | strip_newlines | escape_once }}

{% endif %} {% endif %}
{% endfor %}