Hide index page from page-archive, resolves #2481 (#2482)

This commit is contained in:
iBug ♦
2020-04-13 18:55:19 -04:00
committed by GitHub
parent f3c74113fd
commit 07957f6d64
4 changed files with 8 additions and 3 deletions
+4 -2
View File
@@ -6,5 +6,7 @@ author_profile: false
---
{% for post in site.pages %}
{% include archive-single.html %}
{% endfor %}
{% unless post.hidden %}
{% include archive-single.html %}
{% endunless %}
{% endfor %}