By default, this theme always shows the tag icon and it shows "No tag" if there aren't any. I want it to show nothing if there are no tags. I removed the "No tag" text by removing these lines from i18n/en.toml:
[postMetaNoTag]
other = "No tag"
But it still shows the tag icon. How can I get rid of it?
By default, this theme always shows the tag icon and it shows "No tag" if there aren't any. I want it to show nothing if there are no tags. I removed the "No tag" text by removing these lines from
i18n/en.toml
:But it still shows the tag icon. How can I get rid of it?