Merge pull request #14885 from twbs/remove-baseurl
Remove `baseurl` as it doesn't serve any real purpose.
This commit is contained in:
commit
2758cfecd8
2 changed files with 1 additions and 2 deletions
|
|
@ -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 }} · Bootstrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue