Nouvelle mouture du site web de Dylan
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.
 
 
 
 
 
 

21 lines
709 B

  1. {%- if page.comments != false and jekyll.environment == "production" -%}
  2. <div id="disqus_thread"></div>
  3. <script>
  4. var disqus_config = function () {
  5. this.page.url = '{{ page.url | absolute_url }}';
  6. this.page.identifier = '{{ page.url | absolute_url }}';
  7. };
  8. (function() {
  9. var d = document, s = d.createElement('script');
  10. s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
  11. s.setAttribute('data-timestamp', +new Date());
  12. (d.head || d.body).appendChild(s);
  13. })();
  14. </script>
  15. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
  16. {%- endif -%}