Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan <39769010+JCasahuga@users.noreply.github.com>2022-10-30 18:02:45 +0300
committerGitHub <noreply@github.com>2022-10-30 18:02:45 +0300
commit33d91af1202b804c019e512cb0a72da31d3ef3c3 (patch)
tree0611ab541ae561c886c142bcbfe09d325c8b95e2
parent1dc00ccb1e14df89e00631b383888773760a6f5f (diff)
Centered Tags on Posts page (#681)
* Centered Tags on Posts page * Update single.html Proper Centering withour Removing <ul></ul>
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</div>
{{ if site.Params.enableTags }}
<div class="taxonomy-terms">
- <ul>
+ <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>