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:
@ -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
|
||||
|
Reference in New Issue
Block a user