We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca63e38 + 3908235 commit 2758cfeCopy full SHA for 2758cfe
_config.yml
@@ -10,7 +10,6 @@ source: docs
10
destination: _gh_pages
11
host: 0.0.0.0
12
port: 9001
13
-baseurl: /
14
url: http://getbootstrap.com
15
encoding: UTF-8
16
docs/_includes/header.html
@@ -6,7 +6,7 @@
6
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
7
8
<title>
9
- {% if page.url == site.baseurl %}
+ {% if page.layout == "home" %}
{{ page.title }}
{% else %}
{{ page.title }} · Bootstrap
0 commit comments