Sha256: ba78d08ac96092a53eeb011a884ef0fe06c358fbcc42d71867696080e7a8cec9

Contents?: true

Size: 714 Bytes

Versions: 6

Compression:

Stored size: 714 Bytes

Contents

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

  <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

6 entries across 6 versions & 1 rubygems

Version Path
minima-rock-0.8.1 _includes/disqus_comments.html
minima-rock-0.8.0 _includes/disqus_comments.html
minima-rock-0.7.3 _includes/disqus_comments.html
minima-rock-0.7.2 _includes/disqus_comments.html
minima-rock-0.7.1 _includes/disqus_comments.html
minima-rock-0.3.0 _includes/disqus_comments.html