{% comment %}{% endcomment %} {% if site.JB.categories_list.provider == "custom" %} {% include custom/categories_list %} {% else %} {% if categories_list.first[0] == null %} {% for category in categories_list %}
  • {{ category | join: "/" }} {{ site.categories[category].size }}
  • {% endfor %} {% else %} {% for category in categories_list %}
  • {{ category[0] | join: "/" }} {{ category[1].size }}
  • {% endfor %} {% endif %} {% endif %} {% assign categories_list = nil %}