update _Remark.tsx
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-06 16:35:53 +03:00
parent 320ab1896f
commit a8c42da44a

View File

@@ -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>