IMPROVEMENT polish tag style
This commit is contained in:
parent
9151869e97
commit
631a7ea121
2 changed files with 4 additions and 5 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
<div style="padding-left: 5px; padding-right: 5px;">
|
||||
{{/* tag */}}
|
||||
{{ $tags_filtered := slice}}
|
||||
{{ $tags_filtered := slice }}
|
||||
{{ with $page.Params.tags }}
|
||||
{{ range . }}
|
||||
{{ with .}}
|
||||
|
@ -64,9 +64,7 @@
|
|||
{{ with $tags_filtered }}
|
||||
<div class="tag-div">
|
||||
{{ range . }}
|
||||
<div class="new-tag">
|
||||
{{ . }}
|
||||
</div>
|
||||
<div class="new-tag">{{ trim . " " }}</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue