codeninjasuk.github.io/_includes/posts-category.html

6 lines
156 B
HTML
Raw Normal View History

2023-07-18 11:33:33 -04:00
{%- for post in site.categories[include.taxonomy] -%}
{%- unless post.hidden -%}
{% include archive-single.html %}
{%- endunless -%}
{%- endfor -%}