Update single.html
Proper Centering withour Removing <ul></ul>
This commit is contained in:
parent
8d534f1d05
commit
22b4da65f7
1 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue