--- layout: archive --- {{ content }} {% assign tags_max = 0 %} {% for tag in collections.tags %} {% if collections[tag].size > tags_max %} {% assign tags_max = collections[tag].size %} {% endif %} {% endfor %} {% assign entries_layout = page.entries_layout | default: 'list' %} {% for i in (1..tags_max) reversed %} {% for tag in collections.tags %} {% if collections[tag].size == i %}

{{ tag }}

{% for post in collections[tag] %} {% include archive-single.html type=entries_layout, aPost=post %} {% endfor %}
{{ ui-text[site.locale].back_to_top | default: 'Back to Top' }} ↑
{% endif %} {% endfor %} {% endfor %}