Sha256: ce990e376b25a7e73f6765933b7af91727a7068d57d5a99cffbfb44f23749311

Contents?: true

Size: 868 Bytes

Versions: 60

Compression:

Stored size: 868 Bytes

Contents

{% if page.comments != false and jekyll.environment == "production" %}
  {% if site.url %}
    {% assign disqus_url = page.url | prepend: site.url %}
  {% elsif site.github.url %}
    {% assign disqus_url = page.url | prepend: site.github.url %}
  {% endif %}

  <div id="disqus_thread"></div>
  <script>
    var disqus_config = function () {
      this.page.url = '{{ disqus_url }}';
      this.page.identifier = '{{ disqus_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>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

60 entries across 60 versions & 9 rubygems

Version Path
nikomatsakis-babysteps-theme-0.1.8 _includes/disqus_comments.html
nikomatsakis-babysteps-theme-0.1.7 _includes/disqus_comments.html
nikomatsakis-babysteps-theme-0.1.1 _includes/disqus_comments.html
classic-jekyll-theme-1.9.4 _includes/disqus_comments.html
classic-jekyll-theme-1.9.3 _includes/disqus_comments.html
classic-jekyll-theme-1.9.2 _includes/disqus_comments.html
classic-jekyll-theme-1.9.1 _includes/disqus_comments.html
classic-jekyll-theme-1.9.0 _includes/disqus_comments.html
classic-jekyll-theme-1.8.4 _includes/disqus_comments.html
classic-jekyll-theme-1.8.3 _includes/disqus_comments.html
classic-jekyll-theme-1.8.2 _includes/disqus_comments.html
classic-jekyll-theme-1.8.1 _includes/disqus_comments.html
classic-jekyll-theme-1.8.0 _includes/disqus_comments.html
classic-jekyll-theme-1.7.2 _includes/disqus_comments.html
classic-jekyll-theme-1.7.1 _includes/disqus_comments.html
classic-jekyll-theme-1.7.0 _includes/disqus_comments.html
classic-jekyll-theme-1.6.0 _includes/disqus_comments.html
classic-jekyll-theme-1.5.2 _includes/disqus_comments.html
classic-jekyll-theme-1.5.1 _includes/disqus_comments.html
classic-jekyll-theme-1.5.0 _includes/disqus_comments.html