diff options
| -rw-r--r-- | docs/_includes/header.html | 2 | ||||
| -rw-r--r-- | docs/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 6a40f7382..406b84cda 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -6,7 +6,7 @@ <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> <title> - {% 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 ae1ec19bb..bab3c0f88 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. --- <main class="bs-docs-masthead" id="content" role="main"> |
