diff options
author | lwm <luke.murphy@ammeon.com> | 2013-09-15 14:16:40 +0100 |
---|---|---|
committer | lwm <luke.murphy@ammeon.com> | 2013-09-17 14:46:36 +0100 |
commit | 3197b676fe9e55fdd5b8ded77200117e62543fd2 (patch) | |
tree | 9a3f34a0ea5c8625c040dfdf300508f9cd4c7399 /monospace/templates/disqus_script.html | |
parent | 61165760cc5eb6e76b377b18224190380c873525 (diff) | |
download | pelican-themes-3197b676fe9e55fdd5b8ded77200117e62543fd2.tar.gz |
adapted monospace
Diffstat (limited to 'monospace/templates/disqus_script.html')
-rw-r--r-- | monospace/templates/disqus_script.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/monospace/templates/disqus_script.html b/monospace/templates/disqus_script.html new file mode 100644 index 0000000..c4f442c --- /dev/null +++ b/monospace/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 %} |