~xdavidwu/xdavidwu.link

48a8621712130bf7331c643d5eeabc56d9f40188 — Michael Rose 7 years ago 0f6ab88
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
2 files changed, 1 insertions(+), 1 deletions(-)

M CHANGELOG.md
M _includes/comments-providers/disqus.html
M CHANGELOG.md => CHANGELOG.md +1 -0
@@ 10,6 10,7 @@
- Fix license URL in README file. [#1189](https://github.com/mmistakes/minimal-mistakes/pull/1189)
- Reduce amount of blank pages when printing in Chrome. [#1196](https://github.com/mmistakes/minimal-mistakes/issues/1196)
- Fix Chinese `date_label` translation in `ui-text.yml`. [#1205](https://github.com/mmistakes/minimal-mistakes/pull/1205)
- Remove `#disqus_thread` duplicate  from `comments-providers/disqus.html` as it is already in `comments.html` include. [#1199](https://github.com/mmistakes/minimal-mistakes/issues/1199)

## [4.5.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.1)


M _includes/comments-providers/disqus.html => _includes/comments-providers/disqus.html +0 -1
@@ 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