-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
For BUG
Categories / tags of draft are displayed / counted in non-draft generate.
In hexo-theme-next, we tried to filter out the categories / tags in the draft, but this caused performance issues:
theme-next/hexo-theme-next#42
theme-next/hexo-theme-next#87
Then I found this in tagcloud.js:
hexo/lib/plugins/helper/tagcloud.js
Lines 195 to 196 in b6394c7
| // Ignore tags with zero posts | |
| tags = tags.filter(tag => tag.length); |
Can this filter be applied to this.site.tags?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request