Jacky Zhao
2025-03-31 d6f69e830c15fd7b57a0b82e0505345e915e94ce
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
---
```