From 22b4da65f7a9f7f92ae26a9995b9b718686cd47d Mon Sep 17 00:00:00 2001 From: Joan <39769010+JCasahuga@users.noreply.github.com> Date: Sun, 30 Oct 2022 08:52:24 +0100 Subject: [PATCH] Update single.html Proper Centering withour Removing
    --- layouts/_default/single.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 672835f..b5fa1cd 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -56,10 +56,12 @@ {{ if site.Params.enableTags }}
    +
      {{ range .Params.tags }} {{ $url:= printf "tags/%s" . }}
    • {{ . }}
    • {{ end }} +
    {{ end }}