This commit is contained in:
parent
320ab1896f
commit
a8c42da44a
@ -50,7 +50,7 @@ export default ((opts: Options) => {
|
||||
return [
|
||||
() => {
|
||||
return async (tree: Root, file) => {
|
||||
const display = file.data.frontmatter?.enableComments ?? tree
|
||||
const display = file.data.frontmatter?.enableComments ?? true
|
||||
if (display) {
|
||||
<>
|
||||
<div id="remark42" style="margin-top: 2rem"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user