fix: fix style bug

This commit is contained in:
Dillon
2019-08-19 23:00:26 +08:00
parent 6d0116b883
commit 41a885eba0
3 changed files with 3 additions and 7 deletions

View File

@@ -52,9 +52,7 @@
{{ with .Params.tags }}
<div class="post-tags">
{{ range . }}
<span class="tag">
<a href="{{ "tags/" | absURL }}{{ . | urlize }}/">&nbsp;<i class="fas fa-tag"></i>&nbsp;{{ . }}</a>
</span>
&nbsp;&nbsp;<span class="tag"><a href="{{ "tags/" | absURL }}{{ . | urlize }}/"><i class="fas fa-tag"></i>&nbsp;{{ . }}</a></span>
{{ end }}
</div>
{{ end }}