niklasbuschmann / contrast

Jekyll Theme
https://niklasbuschmann.github.io/contrast/
The Unlicense
405 stars 2.05k forks source link

Discuss comments #31

Open damc opened 3 years ago

damc commented 3 years ago

In order to enable the discuss comments, do I only need to uncomment discuss_shortname in the config and set that shortname? This didn't work for me, do I need to do anything else (e.g. add some config in the post)?

niklasbuschmann commented 3 years ago

It should work, but maybe it's broken - I'll look into it

damc commented 3 years ago

I have managed to make it work. I looked into the layout template and from there I could see that you have to add also disqus: True below comments: in the config to make it work.

This is because there is following condition in the template: {% if page.comments != false and site.comments.isso or site.comments.disqus %}