Skip to content

Commit 5eee465

Browse files
authored
Update url.html
1 parent 9711036 commit 5eee465

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

search/url.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,29 @@
426426
});
427427
});
428428
</script>
429+
<div id="disqus_thread"></div>
430+
<script>
431+
/**
432+
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
433+
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
434+
/*
435+
var disqus_config = function () {
436+
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
437+
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
438+
};
439+
*/
440+
(function() { // DON'T EDIT BELOW THIS LINE
441+
var d = document, s = d.createElement('script');
442+
s.src = 'https://awdevgithub.disqus.com/embed.js';
443+
s.setAttribute('data-timestamp', +new Date());
444+
(d.head || d.body).appendChild(s);
445+
})();
446+
</script>
447+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
448+
449+
450+
<script id="dsq-count-scr" src="//awdevgithub.disqus.com/count.js" async></script>
451+
429452
</body>
430453
</html>
431454

0 commit comments

Comments
 (0)