From 49b564a620a76556d0580b89d63a41a5667bd3ac Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Thu, 10 Nov 2022 20:33:30 -0600 Subject: [PATCH] change tag icon --- assets/sass/_content.scss | 4 ---- layouts/posts/single.html | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/sass/_content.scss b/assets/sass/_content.scss index 96556e6..e887d5a 100644 --- a/assets/sass/_content.scss +++ b/assets/sass/_content.scss @@ -331,10 +331,6 @@ table.table { &:hover { text-decoration: none; } - - &::before { - content: "\01F3F7"; - } } } diff --git a/layouts/posts/single.html b/layouts/posts/single.html index f2ff1c5..1912afa 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -14,6 +14,7 @@ {{ range .Params.tags }} + {{ . }} {{ end }}