Sha256: e90a86a7d27661464e58eb72fecd6b354cb286039d5f10f489598f86def4e2c1

Contents?: true

Size: 912 Bytes

Versions: 2

Compression:

Stored size: 912 Bytes

Contents

{% if site.comments.disqus_shortname %}
<div class="container-lg">
  <div class="row">
    <div id="disqus_thread" class="col-lg-8 offset-lg-2"></div>
    <script>
    var disqus_config = function () {
this.page.url = "{{ include.pageurl | absolute_url }}";  // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = "{{ include.pageid }}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://{{ site.comments.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">comments powered by Disqus.</a></noscript>
  </div>
</div>
                


{% endif %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chulapa-jekyll-1.0.1 _includes/components/disqus.html
chulapa-jekyll-1.0.0 _includes/components/disqus.html