Jacky Zhao
2025-03-06 a1162b978aa1dc1003567485d02c2bc001dd79d4
docs/features/comments.md
@@ -114,3 +114,14 @@
  }),
],
```
#### Conditionally display comments
Quartz can conditionally display the comment box based on a field `comments` in the frontmatter. By default, all pages will display comments, to disable it for a specific page, set `comments` to `false`.
```
---
title: Comments disabled here!
comments: false
---
```