From b952bb2107f3b95c6aebfc07b84febadac90c24c Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 20 Apr 2020 17:48:03 +0000
Subject: [PATCH] 💅 Updated Styling

---
 layouts/partials/taxonomy/categories.html |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/layouts/partials/taxonomy/categories.html b/layouts/partials/taxonomy/categories.html
index 22eedaf..cbe71ca 100644
--- a/layouts/partials/taxonomy/categories.html
+++ b/layouts/partials/taxonomy/categories.html
@@ -1,7 +1,6 @@
 
-<i class="fa fa-folder"></i>
 <span class="separator">
 {{- range $index, $el := . -}}
-    <a href="{{ ( printf "categories/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
+    <a class="category" href="{{ ( printf "categories/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
 {{- end -}}
 </span>

--
Gitblit v1.10.0