添加关闭valine评论区的front-matter
在文章头添加`comment: false`可以关闭单篇文章的valine评论区。
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<% if (!index && theme.leancloud && theme.leancloud.enable){ %>
|
||||
<% if (!index && theme.leancloud && theme.leancloud.enable && post.comment!=false){ %>
|
||||
<!-- valine评论 -->
|
||||
<div id="vcomments-box">
|
||||
<div id="vcomments"></div>
|
||||
|
Reference in New Issue
Block a user