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

Merge pull request #14885 from twbs/remove-baseurl

Remove `baseurl` as it doesn't serve any real purpose.
parents ca63e387 3908235e
...@@ -10,7 +10,6 @@ source: docs ...@@ -10,7 +10,6 @@ source: docs
destination: _gh_pages destination: _gh_pages
host: 0.0.0.0 host: 0.0.0.0
port: 9001 port: 9001
baseurl: /
url: http://getbootstrap.com url: http://getbootstrap.com
encoding: UTF-8 encoding: UTF-8
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<title> <title>
{% if page.url == site.baseurl %} {% if page.layout == "home" %}
{{ page.title }} {{ page.title }}
{% else %} {% else %}
{{ page.title }} &middot; Bootstrap {{ page.title }} &middot; Bootstrap
......
Markdown is supported
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