From dbbec51faa7c81d2518c9168078836f167e7a962 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 20:54:36 +0200 Subject: [PATCH] fix colors --- _includes/plugin_card.html | 4 ++-- _layouts/plugin.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/plugin_card.html b/_includes/plugin_card.html index 2c3d87fe..a71b678b 100644 --- a/_includes/plugin_card.html +++ b/_includes/plugin_card.html @@ -2,10 +2,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 408b77fb..f894ddf1 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -24,7 +24,7 @@ notitle: true

Categories

    {% for categorie in page.categories %} -
  1. {{ categorie }}
  2. +
  3. {{ categorie }}
  4. {% endfor %}
@@ -33,7 +33,7 @@ notitle: true

Tags

    {% for tag in page.tags %} -
  1. {{ tag }}
  2. +
  3. {{ tag }}
  4. {% endfor %}