disqus-comment.html 982 B

1234567891011121314151617181920212223
  1. <div class="page-blank">
  2. <div id="disqus_thread"></div>
  3. <script>
  4. /**
  5. * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
  6. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
  7. /*
  8. var disqus_config = function () {
  9. this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
  10. this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
  11. };
  12. */
  13. (function() { // DON'T EDIT BELOW THIS LINE
  14. var d = document, s = d.createElement('script');
  15. s.src = 'https://' + {{ .Site.Config.Services.Disqus.Shortname }} + '.disqus.com/embed.js';
  16. s.setAttribute('data-timestamp', +new Date());
  17. (d.head || d.body).appendChild(s);
  18. })();
  19. </script>
  20. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  21. </div>