From 0b6e11e8a735289bc12917edb3037c92622ea998 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 28 Jan 2023 16:20:33 +0100 Subject: [PATCH] fix spacing and headers --- _layouts/collection/collection_refpage.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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] %}