You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
435 B

  1. main: |
  2. <div id="disqus_thread"></div>
  3. body: |
  4. <script>
  5. var disqus_config = function () {
  6. this.page.url = '{{pageUrl}}';
  7. this.page.identifier = '{{pageId}}';
  8. };
  9. (function() {
  10. var d = document, s = d.createElement('script');
  11. s.src = 'https://{{accountName}}.disqus.com/embed.js';
  12. s.setAttribute('data-timestamp', +new Date());
  13. (d.head || d.body).appendChild(s);
  14. })();
  15. </script>