We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4613d commit 63e7863Copy full SHA for 63e7863
src/components/PostLayout/PostLayout.vue
@@ -6,8 +6,7 @@ const { Layout } = DefaultTheme;
6
7
const { frontmatter } = useData();
8
9
-// comments가 false가 아닌 경우 댓글을 표시 (기본값은 true)
10
-const showComments = frontmatter.value.comments !== false;
+const showComments = frontmatter.value.comment === true;
11
</script>
12
13
<template>
0 commit comments