diff --git a/themes/hexo/components/SlotBar.js b/themes/hexo/components/SlotBar.js index 2cd6244b..a41b0695 100644 --- a/themes/hexo/components/SlotBar.js +++ b/themes/hexo/components/SlotBar.js @@ -10,9 +10,9 @@ export default function SlotBar(props) { if (tag) { return
- -
#{tag.name + (tag.count ? `(${tag.count})` : '')}
+
#{tag}
} else if (category) {