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 {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::before {
|
|
||||||
content: "\01F3F7";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
<span class="tags">
|
<span class="tags">
|
||||||
{{ range .Params.tags }}
|
{{ range .Params.tags }}
|
||||||
<a href="/tags/{{ . }}" class="tag">
|
<a href="/tags/{{ . }}" class="tag">
|
||||||
|
<i class="fa fa-tag" aria-hidden="true"></i>
|
||||||
<span class="text">{{ . }}</span>
|
<span class="text">{{ . }}</span>
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue