diff --git a/CHANGELOG b/CHANGELOG index 79a99c323..1e5a024ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material-5.5.6 (2020-08-12) + + * Switched base template for 404.html to main.html + * Fixed #1864: GitHub organisation stats not loading + mkdocs-material-5.5.5+insiders-1.2.0 (2020-08-11) * Added feature to expand navigation by default diff --git a/docs/changelog.md b/docs/changelog.md index 564852274..97892cf91 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -22,6 +22,11 @@ template: overrides/main.html ## Material for MkDocs +### 5.5.6 _ August 12, 2020 + +* Switched base template for `404.html` to `main.html` +* Fixed #1864: GitHub organisation stats not loading + ### 5.5.5 _ August 11, 2020 * Fixed missing vendor and worker distribution files diff --git a/material/base.html b/material/base.html index b43aabfcb..1f67349f0 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 1e12585d9..e88f887e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "5.5.5", + "version": "5.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e03d2c874..fc390a1cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "5.5.5", + "version": "5.5.6", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",