From e75111904bbabe4d2b1eb0d4a2c657eed61c5ff6 Mon Sep 17 00:00:00 2001
From: alexanderdavide <alexeble1998@gmail.com>
Date: Fri, 11 Feb 2022 21:26:42 +0000
Subject: [PATCH] refactor: post-footer
---
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