Sha256: 3157b3b0f39c85c35ee42e78f0bb49052c6fa8ab5102b8cc9674e0332029be6a

Contents?: true

Size: 645 Bytes

Versions: 12

Compression:

Stored size: 645 Bytes

Contents

{% if site.disqus and page.comments != false  %}
  <div id="disqus_thread"></div>
  <script>
    var disqus_config = function () {
        this.page.url = "{{ site.url }}{{ page.url }}";
        this.page.identifier = "{{ page.url }}";
    };

    (function() {
        var d = document, s = d.createElement('script');
        s.src = '//{{ site.disqus }}.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">comments powered by Disqus.</a></noscript>
{% endif %}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
alembic-jekyll-theme-2.0.3 _includes/post-comments.html
alembic-jekyll-theme-2.0.2 _includes/post-comments.html
alembic-jekyll-theme-1.5.3 _includes/post-comments.html
alembic-jekyll-theme-1.5.2 _includes/post-comments.html
alembic-jekyll-theme-1.5.1 _includes/post-comments.html
alembic-jekyll-theme-1.5.0 _includes/post-comments.html
alembic-jekyll-theme-1.2.1 _includes/post-comments.html
alembic-jekyll-theme-1.2.0 _includes/post-comments.html
alembic-jekyll-theme-1.1.1 _includes/post-comments.html
alembic-jekyll-theme-1.1.0 _includes/post-comments.html
alembic-jekyll-theme-1.0.0 _includes/post-comments.html
alembic-jekyll-theme-0.1.7 _includes/post-comments.html