aboutsummaryrefslogtreecommitdiffstats
path: root/aboutwilson/templates/disqus.html
diff options
context:
space:
mode:
authorwilsonfreitas <wilson.freitas@gmail.com>2014-08-13 08:49:52 -0300
committerwilsonfreitas <wilson.freitas@gmail.com>2014-08-13 08:49:52 -0300
commitd404e2fe5b8c57c473c6250b8decbf5ac5b45e64 (patch)
treed2c21b808e1244f010396b5f40d57f66b9036564 /aboutwilson/templates/disqus.html
parentd977b524fddbeddd06374c85a070c54110c76a14 (diff)
downloadpelican-themes-d404e2fe5b8c57c473c6250b8decbf5ac5b45e64.tar.gz
Added new theme aboutwilson
Diffstat (limited to 'aboutwilson/templates/disqus.html')
-rw-r--r--aboutwilson/templates/disqus.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/aboutwilson/templates/disqus.html b/aboutwilson/templates/disqus.html
new file mode 100644
index 0000000..ddaaedd
--- /dev/null
+++ b/aboutwilson/templates/disqus.html
@@ -0,0 +1,14 @@
+{% if DISQUS_SITENAME %}
+<div id="disqus_thread"></div>
+<script type="text/javascript">
+ var disqus_shortname = '{{ DISQUS_SITENAME }}';
+ var disqus_title = '{{ article.title }}';
+
+ (function() {
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+ dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+ })();
+</script>
+<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
+{% endif %}