diff --git a/_pages/page-archive.html b/_pages/page-archive.html index bde76bcd..f69acdad 100644 --- a/_pages/page-archive.html +++ b/_pages/page-archive.html @@ -5,12 +5,5 @@ permalink: /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 %} -
+ {% include post-single.html %} {% endfor %} \ No newline at end of file