diff --git a/CHANGELOG b/CHANGELOG index 20edf0a14..357bae404 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material-9.2.2 (2023-08-22) + + * Fixed #5880: Blog plugin failing when building a standalone blog + * Fixed #5881: Blog plugin not compatible with Python < 3.10 + mkdocs-material-9.2.1 (2023-08-21) * Fixed #5879: Blog plugin failing when building a standalone blog diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 777226334..946a9c43d 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,11 @@ ## Material for MkDocs +### 9.2.2 August 22, 2023 { id="9.2.2" } + +- Fixed #5880: Blog plugin failing when building a standalone blog +- Fixed #5881: Blog plugin not compatible with Python < 3.10 + ### 9.2.1 August 21, 2023 { id="9.2.1" } - Fixed #5879: Blog plugin failing when building a standalone blog diff --git a/material/base.html b/material/base.html index ef37134fe..ec633f0d7 100644 --- a/material/base.html +++ b/material/base.html @@ -32,7 +32,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 56933699c..72ea94658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.2.1", + "version": "9.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.2.1", + "version": "9.2.2", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 1ff52f45d..8541ca3e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.2.1", + "version": "9.2.2", "description": "Documentation that simply works", "keywords": [ "mkdocs",