codeninjasuk.github.io/_includes/posts-category.html
2023-07-18 16:33:33 +01:00

5 lines
156 B
HTML

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