{% assign entries_layout = page.entries_layout | default: 'list' %}
{% for i in (1..items_max) reversed %}
{% for taxonomy in include.taxonomies %}
{% if taxonomy[1].size == i %}
{{ taxonomy[0] }}
{% for post in taxonomy.last %}
{% include archive-single.html type=entries_layout %}
{% endfor %}