--- title: All tags description: Browse posts by all tags. --- {% set tags = collections.post | allTagCounts %}

{{ title }}

    {% for tag in tags %}
  1. {{ tag.tag }} {{ tag.count }}
  2. {% endfor %}