niklasbuschmann / contrast

Jekyll Theme

Home Page:https://niklasbuschmann.github.io/contrast/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discuss comments

damc opened this issue · comments

commented

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)?

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

commented

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 %}