Sha256: 8d02bedacc9ca2f8f27d4ce400ad50b3348b169fffd9536f620bbec08f320e12

Contents?: true

Size: 755 Bytes

Versions: 7

Compression:

Stored size: 755 Bytes

Contents

{%- if page.comments != false and jekyll.environment == "production" and site.data.disqus -%}

  <div id="disqus_thread"></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.data.disqus.shortname }}.disqus.com/embed.js';

      s.setAttribute('data-timestamp', +new Date());
      (d.head || d.body).appendChild(s);
    })();
  </script>
  <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
{%- endif -%}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
minima-rock-0.11.0 _includes/disqus_comments.html
minima-rock-0.10.0 _includes/disqus_comments.html
minima-rock-0.9.5 _includes/disqus_comments.html
minima-rock-0.9.4 _includes/disqus_comments.html
minima-rock-0.9.2 _includes/disqus_comments.html
minima-rock-0.9.1 _includes/disqus_comments.html
minima-rock-0.9.0 _includes/disqus_comments.html