diff --git a/_layouts/collection/collection_refpage.html b/_layouts/collection/collection_refpage.html index 1b5a62b4..4d5d6be6 100644 --- a/_layouts/collection/collection_refpage.html +++ b/_layouts/collection/collection_refpage.html @@ -17,7 +17,7 @@ layout: default {% endfor %} {% assign all_items = all_items | uniq | sort %} -

The full list of plugins is available on the main plugin list page.

+

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 %} @@ -28,11 +28,12 @@ layout: default {% endunless %} {% endfor %} +

{% for item in all_items %} {% unless item == "" %}
-

{{ item }}

+

{{ item }}

{% for plugin in site[page.collection] %}