Skip to content

Commit 1bf62a7

Browse files
authored
Update site.html
1 parent 5eee465 commit 1bf62a7

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

search/site.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,30 @@ <h2 class="mb-3">Enter Website link to refresh</h2>
440440
});
441441
});
442442
</script>
443+
444+
<div id="disqus_thread"></div>
445+
<script>
446+
/**
447+
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
448+
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
449+
/*
450+
var disqus_config = function () {
451+
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
452+
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
453+
};
454+
*/
455+
(function() { // DON'T EDIT BELOW THIS LINE
456+
var d = document, s = d.createElement('script');
457+
s.src = 'https://awdevgithub.disqus.com/embed.js';
458+
s.setAttribute('data-timestamp', +new Date());
459+
(d.head || d.body).appendChild(s);
460+
})();
461+
</script>
462+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
463+
464+
465+
<script id="dsq-count-scr" src="//awdevgithub.disqus.com/count.js" async></script>
466+
443467
</body>
444468
</html>
445469

0 commit comments

Comments
 (0)