change tag icon
This commit is contained in:
parent
806b929d16
commit
49b564a620
2 changed files with 1 additions and 4 deletions
|
@ -331,10 +331,6 @@ table.table {
|
|||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "\01F3F7";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<span class="tags">
|
||||
{{ range .Params.tags }}
|
||||
<a href="/tags/{{ . }}" class="tag">
|
||||
<i class="fa fa-tag" aria-hidden="true"></i>
|
||||
<span class="text">{{ . }}</span>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue