Sha256: 752564b60ec7916a2e7c6acde10f4b804b0fc06ff0e7e4c75d5c04d4aea546f2
Contents?: true
Size: 692 Bytes
Versions: 3
Compression:
Stored size: 692 Bytes
Contents
<!-- The Disqus lazy loading. Powered by: <https://github.com/osvaldasvalutis/disqusLoader.js> --> <div id="disqus" class="pt-2 pb-2"> <p class="text-center text-muted pb-5"> Loading comments from <a href="https://disqus.com/">Disqus</a> ... </p> </div> <script src="{{ '/assets/js/lib/jquery.disqusloader.min.js' | relative_url }}"></script> <script> const options = { scriptUrl: '//{{ site.disqus.shortname }}.disqus.com/embed.js', disqusConfig: function() { this.page.title = '{{ page.title }}'; this.page.url = '{{ page.url | absolute_url }}'; this.page.identifier = '{{ page.url }}'; } }; $.disqusLoader('#disqus', options); </script>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-chirpy-3.0.3 | _includes/disqus.html |
jekyll-theme-chirpy-3.0.2 | _includes/disqus.html |
jekyll-theme-chirpy-3.0.1 | _includes/disqus.html |