Hide hidden posts from listings ()

This commit is contained in:
Michael Rose
2020-03-04 16:09:24 -05:00
committed by GitHub
parent 31dff63ad1
commit 4bf72cf73f
3 changed files with 9 additions and 3 deletions

@ -15,5 +15,7 @@
{% endif %}
{%- for post in entries -%}
{% include archive-single.html %}
{%- unless post.hidden -%}
{% include archive-single.html %}
{%- endunless -%}
{%- endfor -%}