diff --git a/_layouts/collection/collection_refpage.html b/_layouts/collection/collection_refpage.html index 4d5d6be6..461960e4 100644 --- a/_layouts/collection/collection_refpage.html +++ b/_layouts/collection/collection_refpage.html @@ -35,7 +35,7 @@ layout: default

{{ item }}

-
+
{% for plugin in site[page.collection] %} {% assign col_items = "" | split: "/" %} {% for item in plugin[page.reference] %} @@ -43,7 +43,7 @@ layout: default {% assign col_items = col_items | push: lower_item %} {% endfor %} {% if col_items contains item %} - {% include plugin_card.html plugin=plugin %} +
{% include plugin_card.html plugin=plugin %}
{% endif %} {% endfor %}