aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2-dark/templates/disqus_script.html
diff options
context:
space:
mode:
authorKura <kura@kura.io>2014-06-09 14:10:04 +0100
committerKura <kura@kura.io>2014-06-09 14:10:04 +0100
commitd0a9737671da09cd8bf0ee5ce1fc4aded1867544 (patch)
treee324a258041486c4a2deaecfab2e47119e50d98b /bootstrap2-dark/templates/disqus_script.html
parent93944ff65e49df141c2908d7c335a4d0fc3da106 (diff)
parent5c241b5d62414cd379a8baedc45a1b72a37d08dd (diff)
downloadpelican-themes-d0a9737671da09cd8bf0ee5ce1fc4aded1867544.tar.gz
Merge pull request #116 from frantic1048/master
New theme bootstrap2-dark
Diffstat (limited to 'bootstrap2-dark/templates/disqus_script.html')
-rw-r--r--bootstrap2-dark/templates/disqus_script.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/bootstrap2-dark/templates/disqus_script.html b/bootstrap2-dark/templates/disqus_script.html
new file mode 100644
index 0000000..c4f442c
--- /dev/null
+++ b/bootstrap2-dark/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 = 'http://' + disqus_shortname + '.disqus.com/count.js';
+ (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
+ }());
+</script>
+{% endif %}