From 33d91af1202b804c019e512cb0a72da31d3ef3c3 Mon Sep 17 00:00:00 2001
From: Joan <39769010+JCasahuga@users.noreply.github.com>
Date: Sun, 30 Oct 2022 16:02:45 +0100
Subject: [PATCH] Centered Tags on Posts page (#681)
* Centered Tags on Posts page
* Update single.html
Proper Centering withour Removing
---
layouts/_default/single.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 38733d0..b5fa1cd 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -56,7 +56,7 @@
{{ if site.Params.enableTags }}
-
+
{{ range .Params.tags }}
{{ $url:= printf "tags/%s" . }}
- {{ . }}