2013-07-29 20:09:35 +00:00
|
|
|
{% set item = article|default(page) %}
|
|
|
|
<div id="disqus_thread">
|
2013-05-28 02:15:01 +00:00
|
|
|
<script type="text/javascript">
|
2013-07-29 20:09:35 +00:00
|
|
|
var disqus_shortname = '{{DISQUS_SN}}'; // required: replace example with your forum shortname
|
|
|
|
var disqus_identifier = '{{ item.title }}{{ '-'+item.date.isoformat() if item.date else ''}}';
|
|
|
|
var disqus_title = '{{ item.title }}';
|
|
|
|
var disqus_url = '{{ SITEURL }}/{{ item.url }}';
|
2013-05-28 02:15:01 +00:00
|
|
|
// var disques_category_id =''; // disqus catagory id number from disqus
|
|
|
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
|
|
|
(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);
|
|
|
|
})();
|
2013-07-29 20:09:35 +00:00
|
|
|
</script>
|
2013-05-28 02:15:01 +00:00
|
|
|
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
|
|
|
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
2013-07-29 20:09:35 +00:00
|
|
|
</div>
|