-
Hello! After reading the document, I modified my config.yaml as below: comments:
enabled: true
provider: disqus
disqus:
disqusShortname: https-koonchung-github-io And my blogs' comment area returns an error like this: I also tried to modified my config.yaml like this: comments:
enabled: true
provider: disqus
disqusShortname: https-koonchung-github-io And my blog's comment feature still doesn't work, please tell me if I have made any mistakes, thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
ifgris
May 12, 2021
Replies: 1 comment 3 replies
-
I found that I missed |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
CaiJimmy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found that I missed
disqusShortname
right at the beginning of config.yaml... I resolved it, thx😂.