diff --git a/CHANGELOG b/CHANGELOG
index e59e59209..7547fb5df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+mkdocs-material-2.7.1 (2018-03-21)
+
+ * Added Galician translations
+ * Fixed #730: Scroll chasing error on home page if Disqus is enabled
+ * Fixed #736: Reset drawer and search upon back button invocation
+
mkdocs-material-2.7.0 (2018-03-06)
* Added ability to set absolute URL for logo
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 3742a4383..2c1bd85f5 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -297,6 +297,11 @@ theme:
### Language
+!!! info "Call for Contributions: Add languages/translations to Material"
+
+ Help translate Material into more languages - it's just **one click** and
+ takes approximately **2 minutes**: [click here](http://bit.ly/2EbzFc8)
+
#### Localization
> Default: `en`
@@ -379,9 +384,6 @@ all translations:
cp partials/language/en.html partials/language/jp.html
```
-Feel free to contribute your localization to Material for MkDocs by opening a
-Pull Request.
-
[16]: https://www.w3schools.com/tags/ref_language_codes.asp
#### Text direction
diff --git a/docs/index.md b/docs/index.md
index eb267892f..a461791c9 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,10 +1,5 @@
# Material for MkDocs
-!!! info "Call for Contributions: Add languages/translations to Material"
-
- Help translate Material into more languages - it's just **one click** and
- takes approximately **2 minutes**: [click here](http://bit.ly/2EbzFc8)
-
## Create beautiful project documentation
Material is a theme for [MkDocs][1], an excellent static site generator geared
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 4f5e54a03..8e1649c31 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -37,6 +37,15 @@ pip show mkdocs-material
## Changelog
+### 2.7.1 _ March 21, 2018
+
+* Added Galician translations
+* Fixed [#730][730]: Scroll chasing error on home page if Disqus is enabled
+* Fixed [#736][736]: Reset drawer and search upon back button invocation
+
+ [730]: https://github.com/squidfunk/mkdocs-material/issues/730
+ [736]: https://github.com/squidfunk/mkdocs-material/issues/736
+
### 2.7.0 _ March 6, 2018
* Added ability to set absolute URL for logo
diff --git a/material/base.html b/material/base.html
index e1e02a800..af314c901 100644
--- a/material/base.html
+++ b/material/base.html
@@ -36,7 +36,7 @@
{% endfor %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
diff --git a/package.json b/package.json
index afa28a23d..ea8fa860a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "2.7.0",
+ "version": "2.7.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",