0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #14885 from twbs/remove-baseurl

Remove `baseurl` as it doesn't serve any real purpose.
This commit is contained in:
Mark Otto 2014-10-28 17:21:04 -07:00
commit 2758cfecd8
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ source: docs
destination: _gh_pages
host: 0.0.0.0
port: 9001
baseurl: /
url: http://getbootstrap.com
encoding: UTF-8

View File

@ -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