aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_zf/templates/disqus_script.html
diff options
context:
space:
mode:
authorMatt <s@tuxlite.com>2013-03-12 17:24:22 +0000
committerMatt <s@tuxlite.com>2013-03-12 17:24:22 +0000
commitd5f56689a8ac207ef57dd8bcccced8e85ad3a3ed (patch)
tree25520321f3a40a2599c7d3c6b286dbd37c92ef50 /tuxlite_zf/templates/disqus_script.html
parent53d6c4254aa2b4781b850419d63a40527c307d71 (diff)
downloadpelican-themes-d5f56689a8ac207ef57dd8bcccced8e85ad3a3ed.tar.gz
Add new TuxLite_ZF theme.
Diffstat (limited to 'tuxlite_zf/templates/disqus_script.html')
-rw-r--r--tuxlite_zf/templates/disqus_script.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tuxlite_zf/templates/disqus_script.html b/tuxlite_zf/templates/disqus_script.html
new file mode 100644
index 0000000..f19d527
--- /dev/null
+++ b/tuxlite_zf/templates/disqus_script.html
@@ -0,0 +1,15 @@
+{% if DISQUS_SITENAME %}
+ <div id="disqus_thread"></div>
+ <script type="text/javascript">
+ var disqus_shortname = '{{ DISQUS_SITENAME }}'
+ var disqus_identifier = "{{ article.url }}";
+ var disqus_url = "{{ SITEURL }}/{{ article.url }}";
+
+ (function() {
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+ dsq.src = '//' + 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 %}