Improve comments support

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-09-05 05:45:51 +02:00
parent 4f03c241b4
commit 2efb24b007
+6 -8
View File
@@ -15,14 +15,12 @@
this.page.url = "{{ disqus_url }}/";
this.page.identifier = "{{ disqus_page_url }}/";
};
(function() {
window.setTimeout(() => {
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);
(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);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>