aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-07 20:29:43 -0700
committerMark Otto <[email protected]>2014-07-07 20:29:43 -0700
commit32affe98356ccee4f3dfae17e3c4d47c7efb25ce (patch)
tree9742086c3338de492224ffe42a274da21ffa96a7
parent2ccbc3868527bae457523b2ed285b46509971c36 (diff)
downloadbootstrap-32affe98356ccee4f3dfae17e3c4d47c7efb25ce.tar.xz
bootstrap-32affe98356ccee4f3dfae17e3c4d47c7efb25ce.zip
more accurate homepage title
-rw-r--r--docs/_includes/header.html2
-rw-r--r--docs/index.html2
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 }} &middot; 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 &middot; The world's most popular mobile-first and responsive front-end framework.
---
<main class="bs-docs-masthead" id="content" role="main">