{% assign allowed_categories = site.data.allowed_categories.categories %} {% assign sorted_categories = site.categories | sort: category %} {% for category in sorted_categories %} {% if allowed_categories contains category[0] %} {{ category | first }} {{ category | last | size }} Blogs {% endif %} {% endfor %}