Skip to content

能否支持博客页面评论数的开启关闭 #44

Answered by stevenjoezhang
zeyan-top asked this question in Q&A
Discussion options

You must be logged in to vote

用自定义 CSS 隐藏

.post .post-meta-item:last-of-type {
  display: none !important;
} 

另见 theme-next/hexo-theme-next#1469 theme-next/hexo-theme-next#1493

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by stevenjoezhang
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #44 on December 12, 2020 09:35.