diff options
| author | wangsai <[email protected]> | 2013-08-21 19:36:33 +0800 |
|---|---|---|
| committer | wangsai <[email protected]> | 2013-08-21 19:36:33 +0800 |
| commit | 004f2a2b2fa34dc8a15be811746a262b9c5f7b92 (patch) | |
| tree | e605f4bb9253b63580528280b3dba01158a50035 /_includes | |
| parent | e143c3547241a1f92f54849ffbcb0745f3f8002c (diff) | |
| download | bootstrap-004f2a2b2fa34dc8a15be811746a262b9c5f7b92.tar.xz bootstrap-004f2a2b2fa34dc8a15be811746a262b9c5f7b92.zip | |
change `else if` to `else`
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/header.html | 2 |
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 }} · Bootstrap {% endif %} </title> |
