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