5 lines
175 B
HTML
5 lines
175 B
HTML
{% assign posts = site.categories[include.taxonomy] | where_exp: "post", "post.hidden != true" %}
|
|
{%- for post in posts -%}
|
|
{% include archive-single.html %}
|
|
{%- endfor -%}
|