Re-indent disqus fragment

This commit is contained in:
Arnaud Rebillout
2020-07-26 14:50:29 +07:00
parent 6fe74116dc
commit b3ad890a46
+4 -4
View File
@@ -1,6 +1,6 @@
{% if DISQUS_SITENAME %} {% if DISQUS_SITENAME %}
<div id="disqus_thread"></div> <div id="disqus_thread"></div>
<script type="text/javascript"> <script type="text/javascript">
var disqus_shortname = '{{ DISQUS_SITENAME }}'; var disqus_shortname = '{{ DISQUS_SITENAME }}';
(function() { (function() {
var d = document, s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; var d = document, s = d.createElement('script'); s.type = 'text/javascript'; s.async = true;
@@ -8,6 +8,6 @@
s.setAttribute('data-timestamp', +new Date()); s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s); (d.head || d.body).appendChild(s);
})(); })();
</script> </script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
{% endif %} {% endif %}