diff options
| author | Mark Otto <[email protected]> | 2014-10-28 17:21:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-28 17:21:04 -0700 |
| commit | 2758cfecd8dc135012018af474d8509e9f5ace45 (patch) | |
| tree | 1c5922595490acead5d37460726cf7bb29c08ee0 /docs | |
| parent | ca63e387b9af8a5436e2ccdf8e45e240cb8ca310 (diff) | |
| parent | 3908235e0fb0550a6fcffe6499f3b6786900e85d (diff) | |
| download | bootstrap-2758cfecd8dc135012018af474d8509e9f5ace45.tar.xz bootstrap-2758cfecd8dc135012018af474d8509e9f5ace45.zip | |
Merge pull request #14885 from twbs/remove-baseurl
Remove `baseurl` as it doesn't serve any real purpose.
Diffstat (limited to 'docs')
| -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 d3f78d424..bf536fc4d 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.url == site.baseurl %} + {% if page.layout == "home" %} {{ page.title }} {% else %} {{ page.title }} · Bootstrap |
