Sha256: 46be7789f248deb21ddd21ab54a937d90d56e965bc225ab9ce2b4fbd13888044
Contents?: true
Size: 722 Bytes
Versions: 2
Compression:
Stored size: 722 Bytes
Contents
{%- if page.comments != false and jekyll.environment == "production" -%} <!-- Disqus Start --> <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.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> <!-- Disqus End --> {%- endif -%}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-struggle-0.0.2 | _includes/disqus_comments.html |
jekyll-struggle-0.0.1 | _includes/disqus_comments.html |