Skip to content

Commit 2758cfe

Browse files
committed
Merge pull request twbs#14885 from twbs/remove-baseurl
Remove `baseurl` as it doesn't serve any real purpose.
2 parents ca63e38 + 3908235 commit 2758cfe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ source: docs
1010
destination: _gh_pages
1111
host: 0.0.0.0
1212
port: 9001
13-
baseurl: /
1413
url: http://getbootstrap.com
1514
encoding: UTF-8
1615

docs/_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
77

88
<title>
9-
{% if page.url == site.baseurl %}
9+
{% if page.layout == "home" %}
1010
{{ page.title }}
1111
{% else %}
1212
{{ page.title }} &middot; Bootstrap

0 commit comments

Comments
 (0)