--- title: Plugins by Category --- {% assign all_cats = "" | split: "/" %} {% for plugin in site.repo %} {% for cat in plugin.categories %} {% assign preprocessed = cat | strip | downcase %} {% unless preprocessed == "" %} {% assign all_cats = all_cats | push: preprocessed %} {% endunless %} {% endfor %} {% endfor %} {% assign all_cats = all_cats | uniq | sort %} {% for cat in all_cats %} {% unless tag == "" %} {{ cat }} {% endunless %} {% endfor %} {% for cat in all_cats %} {% unless cat == "" %}