Sha256: 7ead7fe8992f00982ef1d9831ee3d0669d3cfb71a7f3913903b6c7cdaf55c7d9

Contents?: true

Size: 734 Bytes

Versions: 9

Compression:

Stored size: 734 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

9 entries across 9 versions & 1 rubygems

Version Path
minima-rock-0.7.0 _includes/disqus_comments.html
minima-rock-0.6.1 _includes/disqus_comments.html
minima-rock-0.6.0 _includes/disqus_comments.html
minima-rock-0.5.0 _includes/disqus_comments.html
minima-rock-0.4.0 _includes/disqus_comments.html
minima-rock-0.3.1 _includes/disqus_comments.html
minima-rock-0.2.0 _includes/disqus_comments.html
minima-rock-0.1.1 _includes/disqus_comments.html
minima-rock-0.1.0 _includes/disqus_comments.html