From 480da8886dafdb58eccc765db87b6e992aa46f2a Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 28 Jan 2023 16:24:47 +0100 Subject: [PATCH] show 2 plugins on tags and cats --- _layouts/collection/collection_refpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}