Improve comments support
This commit is contained in:
@@ -15,14 +15,12 @@
|
||||
this.page.url = "{{ disqus_url }}/";
|
||||
this.page.identifier = "{{ disqus_page_url }}/";
|
||||
};
|
||||
(function() {
|
||||
window.setTimeout(() => {
|
||||
(function() { // DON'T EDIT BELOW THIS LINE
|
||||
var d = document, s = d.createElement('script');
|
||||
s.defer = true;
|
||||
s.src = 'https://{{ disqus_id }}.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
}, 1000);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
|
||||
Reference in New Issue
Block a user