diff --git a/_includes/plugin_card.html b/_includes/plugin_card.html index c45dde3f..551c95ff 100644 --- a/_includes/plugin_card.html +++ b/_includes/plugin_card.html @@ -3,10 +3,10 @@
{% for cat in plugin.categories %} - {{ cat }} + {{ cat }} {% endfor %} {% for tag in plugin.tags %} - {{ tag }} + {{ tag }} {% endfor %}

{{ plugin.name }}

diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 565f5c3f..f5f51543 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -71,7 +71,7 @@ fullwith: true
{% for categorie in page.categories %} - {{ categorie }} + {{ categorie }} {% endfor %}
@@ -80,7 +80,7 @@ fullwith: true
{% for tag in page.tags %} - {{ tag }} + {{ tag }} {% endfor %}
diff --git a/assets/index.css b/assets/index.css index 9bffbbab..9918f678 100644 --- a/assets/index.css +++ b/assets/index.css @@ -79,6 +79,14 @@ layout: empty @apply list-none } + .plugin_cat { + @apply badge bg-yellow-500 whitespace-nowrap + } + + .plugin_tag { + @apply badge bg-blue-400 whitespace-nowrap + } + .max-w-p90 { max-width: 90% }