Commit 2758cfec authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #14885 from twbs/remove-baseurl

Remove `baseurl` as it doesn't serve any real purpose.
parents ca63e387 3908235e
Showing with 1 addition and 2 deletions
+1 -2
......@@ -10,7 +10,6 @@ source: docs
destination: _gh_pages
host: 0.0.0.0
port: 9001
baseurl: /
url: http://getbootstrap.com
encoding: UTF-8
......
......@@ -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 }} &middot; Bootstrap
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment