2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

change else if to else

This commit is contained in:
wangsai
2013-08-21 19:36:33 +08:00
parent e143c35472
commit 004f2a2b2f
+1 -1
View File
@@ -6,7 +6,7 @@
<title>
{% if page.title == "Bootstrap" %}
{{ page.title }}
{% else if %}
{% else %}
{{ page.title }} &middot; Bootstrap
{% endif %}
</title>