diff options
author | Mathieu Agopian <mathieu.agopian@gmail.com> | 2012-03-03 09:41:45 +0100 |
---|---|---|
committer | Mathieu Agopian <mathieu.agopian@gmail.com> | 2012-03-03 09:41:45 +0100 |
commit | 1bcb149edda11531986d0db855529ef123a69d18 (patch) | |
tree | 847a6774793b26b1390feec1aaffc86d8ae3f28a /mnmlist/templates/disqus_script.html | |
parent | 7c039820c24f7687498e6d3b88e00ccbd45ac1fa (diff) | |
download | pelican-themes-1bcb149edda11531986d0db855529ef123a69d18.tar.gz |
mnmlist theme
Diffstat (limited to 'mnmlist/templates/disqus_script.html')
-rw-r--r-- | mnmlist/templates/disqus_script.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mnmlist/templates/disqus_script.html b/mnmlist/templates/disqus_script.html new file mode 100644 index 0000000..c4f442c --- /dev/null +++ b/mnmlist/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 %} |