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 %}
- - {{ categorie }}
+ - {{ categorie }}
{% endfor %}
@@ -33,7 +33,7 @@ notitle: true
Tags
{% for tag in page.tags %}
- - {{ tag }}
+ - {{ tag }}
{% endfor %}