Remove #disqus_thread duplicate

`<section id="disqus_thread"></section>` is set in `_includes/comments.html` and not needed in `_includes/comment-provider/disqus.html`.

Fixes #1199
This commit is contained in:
Michael Rose
2017-08-28 11:55:07 -04:00
parent 7c863f0094
commit 0d87190f36
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{% if site.comments.disqus.shortname %}
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "{{ page.url | absolute_url }}"; // Replace PAGE_URL with your page's canonical URL variable