diff --git a/docs/setup/ensuring-data-privacy.md b/docs/setup/ensuring-data-privacy.md
index 68bd1ea5a..8d7a04271 100644
--- a/docs/setup/ensuring-data-privacy.md
+++ b/docs/setup/ensuring-data-privacy.md
@@ -17,7 +17,7 @@ automatically downloaded for [self-hosting].
### Cookie consent { #native-cookie-consent }
-[:octicons-tag-24: 8.4.0rc1][cookie consent support] ·
+[:octicons-tag-24: 8.4.0][cookie consent support] ·
:octicons-milestone-24: Default: _none_ ·
:octicons-beaker-24: Experimental
@@ -124,7 +124,7 @@ When a user first visits your site, a cookie consent form is rendered:
[![cookie consent enabled]][cookie consent enabled]
[Custom cookies]: #custom-cookies
- [cookie consent support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.4.0rc1
+ [cookie consent support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.4.0
[cookie consent enabled]: ../assets/screenshots/consent.png
#### Change cookie settings
diff --git a/docs/setup/setting-up-site-analytics.md b/docs/setup/setting-up-site-analytics.md
index c31852816..51f586f6f 100644
--- a/docs/setup/setting-up-site-analytics.md
+++ b/docs/setup/setting-up-site-analytics.md
@@ -70,7 +70,7 @@ following lines to `mkdocs.yml`:
### Was this page helpful?
-[:octicons-tag-24: 8.4.0rc1][feedback support] ·
+[:octicons-tag-24: 8.4.0][feedback support] ·
:octicons-milestone-24: Default: _none_ ·
:octicons-beaker-24: Experimental
@@ -221,7 +221,7 @@ The following properties are available for each rating:
An alternative to GitHub issues is [Google Forms].
- [feedback support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.4.0rc1
+ [feedback support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.4.0
[feedback widget]: #feedback
[analytics]: #google-analytics
[feedback report]: ../assets/screenshots/feedback-report.png
diff --git a/docs/setup/setting-up-the-header.md b/docs/setup/setting-up-the-header.md
index f84c4e076..b119cc85e 100644
--- a/docs/setup/setting-up-the-header.md
+++ b/docs/setup/setting-up-the-header.md
@@ -56,7 +56,7 @@ block][overriding blocks], which is empty by default:
#### Mark as read
-[:octicons-tag-24: 8.4.0rc1][dismiss support] ·
+[:octicons-tag-24: 8.4.0][dismiss support] ·
:octicons-unlock-24: Feature flag ·
:octicons-beaker-24: Experimental
@@ -76,5 +76,5 @@ automatically.
[Scroll to the top of this page][top] to see it in action.
- [dismiss support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.4.0rc1
+ [dismiss support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.4.0
[top]: #
diff --git a/material/base.html b/material/base.html
index 888c1c49c..ae152e5df 100644
--- a/material/base.html
+++ b/material/base.html
@@ -22,7 +22,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index 91c8391e7..775e50d4e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "8.4.0rc1",
+ "version": "8.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "8.4.0rc1",
+ "version": "8.4.0",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 4eb36a191..4130048c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.4.0rc1",
+ "version": "8.4.0",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",