summaryrefslogtreecommitdiff
path: root/assets/disqus.js
blob: 00c60275521d16e77d8ce6084366fddb6397db64 (plain)
1
2
3
4
5
6
7
8
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://navan-chauhan.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();