I was going through the disqus tutorial to add to my blog and it said:
In between a {% if page.comments %} and a {% endif %} tag, copy and paste the Universal Embed Code in the appropriate template where you'd like Disqus to load.
which doesn’t make sense to me. What exactly and where exactly am I suppose to paste that? I am super confused. My pages are just markdown so there is nowhere to paste this.
Finally, open your posts layout file normally called post.html which is located in your _layouts folder and add the following liquid include tag just after the end tag. This will load Disqus comments right underneath your blog posts when Jekyll’s environment is set to production.
{% if site.disqus.shortname %}
{% include disqus_comments.html %}
{% endif %}'
I am so closed. Just need to understand how the post.html file looks like.
I don’t use that theme, not real familiar with it, but if you are using it I think it may work. obviously you need to use your shortname not the default palceholder.