Merge pull request #9987 from wangsai/fix-typo
change `else if` to `else`
This commit is contained in:
commit
fee05d1f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<title>
|
||||
{% if page.title == "Bootstrap" %}
|
||||
{{ page.title }}
|
||||
{% else if %}
|
||||
{% else %}
|
||||
{{ page.title }} · Bootstrap
|
||||
{% endif %}
|
||||
</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue