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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user