aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/templates/disqus.html
diff options
context:
space:
mode:
authorMassimo Santini <massimo.santini@gmail.com>2011-12-05 23:43:04 +0100
committerMassimo Santini <massimo.santini@gmail.com>2011-12-05 23:43:04 +0100
commitdc67ee39fcfc6ae8cbcc56fffd39242b839f8cd3 (patch)
tree66b96f17911a0f2142515162d7ad38ec0b9b3b28 /bootstrap/templates/disqus.html
parent28bc815799239f17f896b3b64929a0356fd090db (diff)
downloadpelican-themes-dc67ee39fcfc6ae8cbcc56fffd39242b839f8cd3.tar.gz
A new theme based on Bootstrap from Twitter
Diffstat (limited to 'bootstrap/templates/disqus.html')
-rw-r--r--bootstrap/templates/disqus.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/bootstrap/templates/disqus.html b/bootstrap/templates/disqus.html
new file mode 100644
index 0000000..9ba2e42
--- /dev/null
+++ b/bootstrap/templates/disqus.html
@@ -0,0 +1,10 @@
+{% if DISQUS_SITENAME and article %}
+<script type="text/javascript">
+ var disqus_identifier = "{{ article.url }}";
+ (function() {
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+ dsq.src = 'http://{{ DISQUS_SITENAME }}.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+ })();
+</script>
+{% endif %} \ No newline at end of file