Update single.html

Proper Centering withour Removing <ul></ul>
This commit is contained in:
Joan 2022-10-30 08:52:24 +01:00 committed by GitHub
parent 8d534f1d05
commit 22b4da65f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,10 +56,12 @@
</div>
{{ if site.Params.enableTags }}
<div class="taxonomy-terms">
<ul style="padding-left: 0;">
{{ range .Params.tags }}
{{ $url:= printf "tags/%s" . }}
<li class="rounded"><a href="{{ $url | urlize | relLangURL }}" class="btn, btn-sm">{{ . }}</a></li>
{{ end }}
</ul>
</div>
{{ end }}
<div class="post-content" id="post-content">