aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA2/templates/disqus_script.html
diff options
context:
space:
mode:
authorKura <kura@kura.io>2014-06-09 14:09:32 +0100
committerKura <kura@kura.io>2014-06-09 14:09:32 +0100
commit93944ff65e49df141c2908d7c335a4d0fc3da106 (patch)
tree315cd596848ab6c305362e2b3c085137acaa03df /SoMA2/templates/disqus_script.html
parent001ed18d5ceb6b656602c9617df034e37ca7d271 (diff)
parent80208cadc06f72456e9bd0f9c91110dcb8513be3 (diff)
downloadpelican-themes-93944ff65e49df141c2908d7c335a4d0fc3da106.tar.gz
Merge pull request #223 from skensell/SoMA2
SoMA2 - new theme
Diffstat (limited to 'SoMA2/templates/disqus_script.html')
-rw-r--r--SoMA2/templates/disqus_script.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/SoMA2/templates/disqus_script.html b/SoMA2/templates/disqus_script.html
new file mode 100644
index 0000000..c4f442c
--- /dev/null
+++ b/SoMA2/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 %}