hacks-guide-minimal-mistake.../_includes/posts-category.html
2020-03-04 16:09:24 -05:00

6 lines
156 B
HTML

{%- for post in site.categories[include.taxonomy] -%}
{%- unless post.hidden -%}
{% include archive-single.html %}
{%- endunless -%}
{%- endfor -%}