We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: #1502 #2925
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:
tagcloud.js
hexo/lib/plugins/helper/tagcloud.js
Lines 195 to 196 in b6394c7
Can this filter be applied to this.site.tags?
this.site.tags
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
For BUG
See: #1502 #2925
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
Can this filter be applied to
this.site.tags
?The text was updated successfully, but these errors were encountered: