···114114 }),
115115],
116116```
117117+118118+#### Conditionally display comments
119119+120120+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`.
121121+122122+```
123123+---
124124+title: Comments disabled here!
125125+comments: false
126126+---
127127+```