mirror of https://github.com/twbs/bootstrap.git
Merge pull request #9987 from wangsai/fix-typo
change `else if` to `else`
This commit is contained in:
commit
fee05d1f3e
|
|
@ -6,7 +6,7 @@
|
||||||
<title>
|
<title>
|
||||||
{% if page.title == "Bootstrap" %}
|
{% if page.title == "Bootstrap" %}
|
||||||
{{ page.title }}
|
{{ page.title }}
|
||||||
{% else if %}
|
{% else %}
|
||||||
{{ page.title }} · Bootstrap
|
{{ page.title }} · Bootstrap
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</title>
|
</title>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue