aboutsummaryrefslogtreecommitdiffstats
path: root/photowall/templates/disqus_script.html
diff options
context:
space:
mode:
Diffstat (limited to 'photowall/templates/disqus_script.html')
-rw-r--r--photowall/templates/disqus_script.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/photowall/templates/disqus_script.html b/photowall/templates/disqus_script.html
new file mode 100644
index 0000000..4ee419b
--- /dev/null
+++ b/photowall/templates/disqus_script.html
@@ -0,0 +1,11 @@
+{% if DISQUS_SITENAME %}
+<script type="text/javascript">
+ var disqus_shortname = '{{ DISQUS_SITENAME }}';
+ (function () {
+ var s = document.createElement('script'); s.async = true;
+ s.type = 'text/javascript';
+ s.src = '//' + disqus_shortname + '.disqus.com/count.js';
+ (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
+ }());
+</script>
+{% endif %}