2015-07-19 02:04:01 +02:00
|
|
|
{% if DISQUS_SITENAME %}
|
2017-04-22 08:41:39 +02:00
|
|
|
<!-- Disqus -->
|
2015-07-19 02:04:01 +02:00
|
|
|
<div id="disqus_thread"></div>
|
2017-11-28 03:04:42 +01:00
|
|
|
<script>
|
|
|
|
var disqus_config = function(){
|
|
|
|
this.page.url = '{{DISQUS_PREFIX}}' + document.location.pathname;
|
|
|
|
};
|
|
|
|
|
|
|
|
(function() { // DON'T EDIT BELOW THIS LINE
|
|
|
|
var d = document, s = d.createElement('script');
|
|
|
|
s.src = '//' + '{{ DISQUS_SITENAME }}' + '.disqus.com/embed.js';
|
|
|
|
s.setAttribute('data-timestamp', +new Date());
|
|
|
|
(d.head || d.body).appendChild(s);
|
|
|
|
})();
|
2015-07-19 02:04:01 +02:00
|
|
|
</script>
|
2016-08-10 19:28:32 +02:00
|
|
|
<noscript>
|
2016-08-11 04:20:35 +02:00
|
|
|
{{ _('Please enable JavaScript to view comments.') }}
|
2016-08-10 19:28:32 +02:00
|
|
|
</noscript>
|
2017-04-22 08:41:39 +02:00
|
|
|
<!-- End Disqus -->
|
2015-07-19 02:04:01 +02:00
|
|
|
{% endif %}
|