aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/templates/disqus.html
diff options
context:
space:
mode:
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