Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements DISQUS support #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tkovs
Copy link

@tkovs tkovs commented Apr 17, 2016

I'm using this theme on my blog and I wish it had Disqus support.

@tkovs
Copy link
Author

tkovs commented Mar 24, 2017

@gayanvirajith check this

@taher435
Copy link
Contributor

@tkovs - I would like to recommend a small change. It will be great to have a post level setting to enable or disable comments. If I am writing a certain article where I don't want participation, I can just set the flag on the post to false. Something like this,

{% if site.harmony.disqus_shortname and page.comments == true %}
      <div class="comments">
          {% include disqus.html %}
      </div>
{% endif %}

@tkovs
Copy link
Author

tkovs commented Oct 25, 2017

omg! this... I'll check this soon and do it in my fork 'cause I gonna improve the template to use on my blog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants