Delete disqus.html

This commit is contained in:
Raghavendra Kamath 2017-03-18 18:14:22 +00:00
parent 64e3d6eeef
commit 6ac2100382
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/
var disqus_config = function () {
this.page.url = '{{ SITEURL }}/{{ article.url }}'; // Replace PAGE_URL with your page's canonical URL variable
this.page.title = '{{ article.title }}';
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//raghukamathcom.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>