cheatsheets/_includes/2017/comments-area.html

11 lines
426 B
HTML

<section class='comments-area'>
<div class='container'>
<div class='comments-section'>
<div class='comments'>
<div id='disqus_thread'></div>
<noscript data-js-disqus='{"host":"{{ site.disqus_host }}","url":"{{ site.url }}{{ include.page.url | remove: '.html' }}","identifier": "{{ include.page.url | remove: '.html' | remove_first: '/' }}"}'></noscript>
</div>
</div>
</div>
</section>