Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 779f384

Browse files
committed
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 mmistakes#1199
1 parent 0a7e725 commit 779f384

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Fix license URL in README file. [#1189](https://github.com/mmistakes/minimal-mistakes/pull/1189)
1111
- Reduce amount of blank pages when printing in Chrome. [#1196](https://github.com/mmistakes/minimal-mistakes/issues/1196)
1212
- Fix Chinese `date_label` translation in `ui-text.yml`. [#1205](https://github.com/mmistakes/minimal-mistakes/pull/1205)
13+
- 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)
1314

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

_includes/comments-providers/disqus.html

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

docs/_docs/18-history.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
last_modified_at: 2017-08-28T10:47:14-04:00
7+
last_modified_at: 2017-08-28T11:53:25-04:00
88
---
99

1010
## Unreleased
@@ -19,6 +19,7 @@ last_modified_at: 2017-08-28T10:47:14-04:00
1919
- Fix license URL in README file. [#1189](https://github.com/mmistakes/minimal-mistakes/pull/1189)
2020
- Reduce amount of blank pages when printing in Chrome. [#1196](https://github.com/mmistakes/minimal-mistakes/issues/1196)
2121
- Fix Chinese `date_label` translation in `ui-text.yml`. [#1205](https://github.com/mmistakes/minimal-mistakes/pull/1205)
22+
- 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)
2223

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

docs/_includes/comments-providers/disqus.html

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

0 commit comments

Comments
 (0)