Software-Development-Pakistan / Software-Development-Pakistan.github.io

Github Repository for softdevpk.com
MIT License
19 stars 7 forks source link

Integrate disqus #21

Closed Rubix982 closed 4 years ago

Rubix982 commented 4 years ago

This PR tests out the disqus integration by,

  1. Add a disqus.html in __include.
  2. Adding {% include disqus.html %} in __layout/page.html at the very bottom. Show comments after all else.
  3. This means that every file with a layout: page, will have a disqus comment section rendered.

Needs further discussion about which pages should exactly have a disqus comment section, and which shouldn't.

Rubix982 commented 4 years ago

Referenced in #22

azmaktr commented 4 years ago

Awesome, I was thinking we can have comments for:

So lets try to have them in these to begin with ?

Rubix982 commented 4 years ago

Please be sure to change the deployment from this branch to master.

Thanks!