mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
change else if to else
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user