diff --git a/CHANGELOG b/CHANGELOG
index 94d49e606..0df8f475b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,10 @@
-mkdocs-material-8.1.3 (2012-12-19)
+mkdocs-material-8.1.4 (2022-01-02)
+
+ * Added indicator to navigation expander icon
+ * Improved support for reduced motion preference
+ * Fixed jitter of active content tab indicator
+
+mkdocs-material-8.1.3 (2021-12-19)
* Added animation to active content tab indicator
* Fixed #3360: Highlighted lines add blank lines in copied text
@@ -8,13 +14,13 @@ mkdocs-material-8.1.2+insiders-4.5.0 (2021-12-16)
* Added support for navigation icons
-mkdocs-material-8.1.2 (2012-12-15)
+mkdocs-material-8.1.2 (2021-12-15)
* Switched CSS sources to logical properties
* Added transformation of logical properties to ltr/rtl equivalents
* Fixed spacing for admonitions inside lists (8.1.1 regression)
-mkdocs-material-8.1.1 (2012-12-13)
+mkdocs-material-8.1.1 (2021-12-13)
* Added support for #only-light and #only-dark image hash fragments
* Fixed copy-to-clipboard adding blank lines when using line anchors
@@ -33,7 +39,7 @@ mkdocs-material-8.1.0+insiders-4.4.0 (2021-12-10)
* Added new code annotation syntax modifier to strip comment
* Updated German translations for cookie consent
-mkdocs-material-8.1.0 (2012-12-10)
+mkdocs-material-8.1.0 (2021-12-10)
* Added basic support for code block line anchors
* Switched code annotation markers to + signs to improve usability
@@ -43,7 +49,7 @@ mkdocs-material-8.1.0 (2012-12-10)
* Improved and simplified code annotation positioning
* Fixed syntax error in Russian translations
-mkdocs-material-8.0.5 (2012-12-04)
+mkdocs-material-8.0.5 (2021-12-04)
* Fixed #3302: Footer refactoring induced ellipsis in some browsers
* Fixed #3313: Details always rendered closed on load (8.0.4 regression)
@@ -53,7 +59,7 @@ mkdocs-material-8.0.4+insiders-4.3.0 (2021-12-05)
* Added support for custom fonts in social cards
* Fixed #3300: Announcement bar reappearing when using instant loading
-mkdocs-material-8.0.4 (2012-12-04)
+mkdocs-material-8.0.4 (2021-12-04)
* Improved support for deeply nested code annotations
* Improved code annotation and copy-to-clipboard interop
@@ -68,7 +74,7 @@ mkdocs-material-8.0.3+insiders-4.2.0 (2021-12-02)
* Added support for dismissable announcement bar
* Added support for named placeholders in feedback widget
-mkdocs-material-8.0.3 (2012-12-02)
+mkdocs-material-8.0.3 (2021-12-02)
* Removed deprecated google_analytics setting (was forgotten in 8.0.0)
* Fixed syntax error in Swedish and Polish translations
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 77c228829..dd3e9c68d 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -6,6 +6,12 @@ template: overrides/main.html
## Material for MkDocs
+### 8.1.4 _ January 2, 2022 { id="8.1.4" }
+
+- Added indicator to navigation expander icon
+- Improved support for reduced motion preference
+- Fixed jitter of active content tab indicator
+
### 8.1.3 _ December 19, 2021 { id="8.1.3" }
- Added animation to active content tab indicator
diff --git a/material/base.html b/material/base.html
index d039c5f8a..0102eec6b 100644
--- a/material/base.html
+++ b/material/base.html
@@ -22,7 +22,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 c90a4dae3..e016aa8c9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.1.3",
+ "version": "8.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6b4554307..531faab06 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.1.3",
+ "version": "8.1.4",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",