Heuzef - Les notes excentriques d'un bidouilleur.
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.

comments.html 677 B

1234567891011121314151617181920
  1. {% if DISQUS_SITENAME %}
  2. <hr>
  3. <div id="disqus_thread"></div>
  4. <script>
  5. var disqus_config = function() {
  6. this.page.url = '{{ SITEURL }}/{{ output_file }}';
  7. this.page.identifier = '{{ article.slug }}';
  8. };
  9. (function() {
  10. var d = document;
  11. var s = d.createElement('script');
  12. s.src = '//{{ DISQUS_SITENAME }}.disqus.com/embed.js';
  13. s.setAttribute('data-timestamp', +new Date());
  14. (d.head || d.body).appendChild(s);
  15. })();
  16. </script>
  17. <noscript class="text-muted">
  18. Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
  19. </noscript>
  20. {% endif %}