Centered Tags on Posts page (#681)
* Centered Tags on Posts page * Update single.html Proper Centering withour Removing <ul></ul>
This commit is contained in:
parent
1dc00ccb1e
commit
33d91af120
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue