{% comment %}{% endcomment %} {% if site.JB.tags_list.provider == "custom" %} {% include custom/tags_list %} {% else %} {% if tags_list.first[0] == null %} {% for tag in tags_list %}
  • {{ tag }} {{ site.tags[tag].size }}
  • {% endfor %} {% else %} {% for tag in tags_list %}
  • {{ tag[0] }} {{ tag[1].size }}
  • {% endfor %} {% endif %} {% endif %} {% assign tags_list = nil %}