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