2016-08-15 03:25:27 +00:00
|
|
|
<div id="disqus_thread"></div>
|
2018-03-30 14:33:32 +00:00
|
|
|
<script nonce="<%= cspNonce %>">
|
2016-08-15 03:25:27 +00:00
|
|
|
var disqus_config = function () {
|
|
|
|
this.page.identifier = window.location.pathname.split('/').slice(-1)[0];
|
|
|
|
};
|
|
|
|
(function() {
|
|
|
|
var d = document, s = d.createElement('script');
|
2018-03-30 14:33:32 +00:00
|
|
|
s.src = 'https://<%= disqus %>.disqus.com/embed.js';
|
2016-08-15 03:25:27 +00:00
|
|
|
s.setAttribute('data-timestamp', +new Date());
|
|
|
|
(d.head || d.body).appendChild(s);
|
|
|
|
})();
|
|
|
|
</script>
|
|
|
|
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|