Hi,
偶然得知在.md文档的meta部分写上comment:no可以关闭这篇文章的评论部分。于是尝试写了comment不为no的判断句if post.metadata.comment != 'no',想定义一下有否开启评论时的样式。但是上述句子没有效果,想请问应该怎么写,谢谢。
.md
comment:no
comment
no
if post.metadata.comment != 'no'
不好意思,补充一下网址:https://theme-light.bitcron.com/about
@Shui Baco,
if post.comments_as_html
.width_comments= post.comments_as_html
else
....
@Hepo 谢谢,只是样式都乱了,所以这种方法需要自定义css对吗
@Hepo 哎呀,发现点击“发送评论”后跳转到一个奇怪的页面,虽然最后是评论上了。另外reply也不能用……
if post.metadata.comment not in ['no', 'No', False]
@Hepo 非常感谢!
不好意思,补充一下网址:https://theme-light.bitcron.com/about
@Shui Baco,
if post.comments_as_html
.width_comments= post.comments_as_html
else
....
@Hepo 谢谢,只是样式都乱了,所以这种方法需要自定义css对吗
@Hepo 哎呀,发现点击“发送评论”后跳转到一个奇怪的页面,虽然最后是评论上了。另外reply也不能用……
@Shui Baco,
if post.metadata.comment not in ['no', 'No', False]
@Hepo 非常感谢!