mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Include Disqus script only on pages that enable it
This commit is contained in:
parent
3fbf1c41e2
commit
713f16df90
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
{% include disqus_comments.html %}
|
{% if page.comments %}{% include disqus_comments.html %}{% endif %}
|
Loading…
Reference in a new issue