mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-12 09:54:25 +01:00
Remove baseurl
as it doesn't serve any real purpose.
This commit is contained in:
parent
c672f9e079
commit
3908235e0f
@ -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 @@
|
|||||||
<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 }} · Bootstrap
|
{{ page.title }} · Bootstrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user