diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index 6a40f73825..406b84cda8 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -6,7 +6,7 @@
- {% if page.title == "Bootstrap" %}
+ {% if page.url == site.baseurl %}
{{ page.title }}
{% else %}
{{ page.title }} · Bootstrap
diff --git a/docs/index.html b/docs/index.html
index ae1ec19bb9..bab3c0f88b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,6 +1,6 @@
---
layout: home
-title: Bootstrap
+title: Bootstrap · The world's most popular mobile-first and responsive front-end framework.
---