Sha256: b373c86185bee3431663e81df5b3803b171207b94d0533e9eb2a393318cddb7a

Contents?: true

Size: 739 Bytes

Versions: 4

Compression:

Stored size: 739 Bytes

Contents

{%- if page.comments != false and site.disqus.shortname and jekyll.environment == "production" -%}
<section class="container">
  <h1 class="SectionTitle">Comments</h1>
  <div id="disqus_thread" class="Comments"></div>
  <script>
    var disqus_config = function () {
      this.page.url = '{{ page.url | absolute_url }}';
      this.page.identifier = '{{ page.url | absolute_url }}';
    };
    (function() {
      var d = document, s = d.createElement('script');
      s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
      s.setAttribute('data-timestamp', +new Date());
      (d.head || d.body).appendChild(s);
    })();
  </script>
  <noscript>
    {{ disqus_enable_javascript }}
  </noscript>
</section>
{%- endif -%}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
oscailte-3.1.0 _includes/comments.html
oscailte-3.0.3 _includes/comments.html
oscailte-3.0.2 _includes/comments.html
oscailte-3.0.0 _includes/comments.html