From be3218290dc63ba251bfd2fe4d4dccb2122f4bbe Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 21 Feb 2022 18:13:35 +0000
Subject: [PATCH] feat: refactor CSS to SCSS 

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

diff --git a/layouts/partials/taxonomy/template.html b/layouts/partials/taxonomy/template.html
index 407910e..6be7b11 100644
--- a/layouts/partials/taxonomy/template.html
+++ b/layouts/partials/taxonomy/template.html
@@ -2,7 +2,7 @@
 {{- $linkBase := .linkBase -}}
 
 
-<span class="separator">
+<span>
   {{- range $index, $el := .items -}}
     <!-- Replace certain special characters with their URL encoded counterparts -->
     {{- $item := replace . "#" "%23" -}}

--
Gitblit v1.10.0