--- layout: base permalink: /tags/index.html title: All tags --- {% set tags = collections.post | allTagCounts %} {{ title }} {% for tag in tags %} {{ tag.tag }} {{ tag.count }} {% endfor %}