Disable comments/utterances on an individual post #754
Answered
by
jjallaire
bryanhanson
asked this question in
Q&A
-
I can turn on commenting via utterances using
but what is the incantation to disable comments on individual blog posts? Neither |
Beta Was this translation helpful? Give feedback.
Answered by
jjallaire
Apr 28, 2022
Replies: 2 comments
-
Thanks for the feedback! We didn't have a way to do this but I just added it: 7d386d4 This should work on an individual page: ---
title: "My Document"
comments: false
--- |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jjallaire
-
Fantastic, can confirm it works the in wild. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the feedback! We didn't have a way to do this but I just added it: 7d386d4
This should work on an individual page: