-
DescriptionI am trying to enable utterances in my quarto website, and I have installed the app on my website, but I dont know how to get this working in quarto. Here is a link to my quarto website: Thank you very much!!! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
We cover this here: https://quarto.org/docs/output-formats/html-basics.html#commenting Adding this to your HTML format key should enable it: format:
html:
comments:
utterances:
repo: BB1464/oluwafemi-oyedele HTH! |
Beta Was this translation helpful? Give feedback.
-
When I added that to my index.qmd the comments did not show up on my sites, please can you help to check the repo again, what I am missing? |
Beta Was this translation helpful? Give feedback.
-
Its is working now. Thank you very much @dragonstyle |
Beta Was this translation helpful? Give feedback.
Its is working now. Thank you very much @dragonstyle