diff --git a/CHANGELOG b/CHANGELOG
index 0571159d6..b014177ec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-5.5.11 (2020-08-28)
+
+ * Fixed Disqus integration, as the minifier killed the config
+
mkdocs-material-5.5.10 (2020-08-28)
* Improved rendering by moving Disqus integration after page load
diff --git a/docs/changelog.md b/docs/changelog.md
index db0fd0741..71a5cf5f0 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -26,6 +26,10 @@ template: overrides/main.html
## Material for MkDocs
+### 5.5.11 _ August 28, 2020
+
+ * Fixed Disqus integration, as the minifier killed the config
+
### 5.5.10 _ August 28, 2020
* Improved rendering by moving Disqus integration after page load
diff --git a/material/base.html b/material/base.html
index 0305ef792..8db4c2d27 100644
--- a/material/base.html
+++ b/material/base.html
@@ -29,7 +29,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index 2b063965b..ec5cb9d30 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "5.5.10",
+ "version": "5.5.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 5c016a17d..f1f7d8ce6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "5.5.10",
+ "version": "5.5.11",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",