{%- for post in site.tags -%}

{%- unless post.hidden -%}
  {% include archive-single.html %}
{%- endunless -%}

{%- endfor -%}