aboutsummaryrefslogtreecommitdiff
path: root/_includes/posts-category.html
blob: 98be3e96d254615deae1ed18b7cdabbebf53f628 (plain) (blame)
1
2
3
{%- for post in site.categories[include.taxonomy] -%}
  {% include archive-single.html %}
{%- endfor -%}