Sha256: e09a8a44cd7efcd1fdaf581553f4ac9e7e996da640824a8d6ee7c8f8e01d48d1
Contents?: true
Size: 759 Bytes
Versions: 1
Compression:
Stored size: 759 Bytes
Contents
{%- if page.comments != false and site.disqus.shortname and jekyll.environment == "production" -%} <section class="container"> <h1 class="SectionTitle">Comments</h1> <div id="disqus_thread" class="Comments"></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.disqus.shortname }}.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript> {{ disqus_enable_javascript }} </noscript> </section> {%- endif -%}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oscailte-3.0.1 | _includes/comments.html |