diff --git a/README.md b/README.md
index df6a6b2b1..d150e0f0e 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ theme:
## What to expect
* Responsive design and fluid layout for all kinds of screens and devices,
- designed to serve your project documentation in a user-friendly way in 23
+ designed to serve your project documentation in a user-friendly way in 24
languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo;
diff --git a/docs/getting-started.md b/docs/getting-started.md
index c56be3ea8..5f809e3a8 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -321,40 +321,38 @@ translations for all template variables and labels in the following languages:
diff --git a/docs/index.md b/docs/index.md
index 33473571e..5abc0397e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -34,7 +34,7 @@ theme:
## What to expect
* Responsive design and fluid layout for all kinds of screens and devices,
- designed to serve your project documentation in a user-friendly way in 23
+ designed to serve your project documentation in a user-friendly way in 24
languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo;
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 86da5a21f..4f5e54a03 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -37,6 +37,11 @@ pip show mkdocs-material
## Changelog
+### 2.7.0 _ March 6, 2018
+
+* Added ability to set absolute URL for logo
+* Added Hebrew translations
+
### 2.6.6 _ February 22, 2018
* Added preconnect for Google Fonts for faster loading
diff --git a/material/base.html b/material/base.html
index 5ac31d032..d2cf83013 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 1393a10a4..afa28a23d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "2.6.6",
+ "version": "2.7.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",