change tag icon

This commit is contained in:
Michael Zhang 2022-11-10 20:33:30 -06:00
parent 806b929d16
commit 49b564a620
2 changed files with 1 additions and 4 deletions

View File

@ -331,10 +331,6 @@ table.table {
&:hover { &:hover {
text-decoration: none; text-decoration: none;
} }
&::before {
content: "\01F3F7";
}
} }
} }

View File

@ -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 }}