--- layout: content --- {% assign all_items = "" | split: "/" %} {% for col_item in site[page.collection] %} {% for item in col_item[page.reference] %} {% assign preprocessed = item | strip %} {% unless preprocessed == "" %} {% assign all_items = all_items | push: preprocessed %} {% endunless %} {% endfor %} {% endfor %} {% assign all_items = all_items | uniq | sort %}
The full list of plugins is available on the main plugin list page.
Click on a name to jump to the plugins that are marked with it.
{% for item in all_items %} {% unless tag == "" %} {{ item }} {% endunless %} {% endfor %} {% for item in all_items %} {% unless item == "" %}