We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dff63 commit 4bf72cfCopy full SHA for 4bf72cf
_includes/documents-collection.html
@@ -15,5 +15,7 @@
15
{% endif %}
16
17
{%- for post in entries -%}
18
- {% include archive-single.html %}
+ {%- unless post.hidden -%}
19
+ {% include archive-single.html %}
20
+ {%- endunless -%}
21
{%- endfor -%}
_includes/posts-category.html
@@ -1,3 +1,5 @@
1
{%- for post in site.categories[include.taxonomy] -%}
2
3
4
5
_includes/posts-tag.html
{%- for post in site.tags[include.taxonomy] -%}
0 commit comments