_includes/posts-tag.html (
5
lines of code) (
raw
):
{%- for post in site.tags[include.taxonomy] -%} {%- unless post.hidden -%} {% include archive-single.html %} {%- endunless -%} {%- endfor -%}