aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangsai <[email protected]>2013-08-21 19:36:33 +0800
committerwangsai <[email protected]>2013-08-21 19:36:33 +0800
commit004f2a2b2fa34dc8a15be811746a262b9c5f7b92 (patch)
treee605f4bb9253b63580528280b3dba01158a50035
parente143c3547241a1f92f54849ffbcb0745f3f8002c (diff)
downloadbootstrap-004f2a2b2fa34dc8a15be811746a262b9c5f7b92.tar.xz
bootstrap-004f2a2b2fa34dc8a15be811746a262b9c5f7b92.zip
change `else if` to `else`
-rw-r--r--_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 827b1c2c9..433af17f8 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -6,7 +6,7 @@
<title>
{% if page.title == "Bootstrap" %}
{{ page.title }}
- {% else if %}
+ {% else %}
{{ page.title }} &middot; Bootstrap
{% endif %}
</title>