diff options
| author | Mark Otto <[email protected]> | 2014-07-07 20:29:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-07 20:29:43 -0700 |
| commit | 32affe98356ccee4f3dfae17e3c4d47c7efb25ce (patch) | |
| tree | 9742086c3338de492224ffe42a274da21ffa96a7 /docs/_includes | |
| parent | 2ccbc3868527bae457523b2ed285b46509971c36 (diff) | |
| download | bootstrap-32affe98356ccee4f3dfae17e3c4d47c7efb25ce.tar.xz bootstrap-32affe98356ccee4f3dfae17e3c4d47c7efb25ce.zip | |
more accurate homepage title
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 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 |
