aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-23 14:00:28 -0700
committerMark Otto <[email protected]>2013-08-23 14:00:28 -0700
commit310642d5acd3b6c3f80f758c854b12a2de4cdeb6 (patch)
tree82a514fc15a8a930904328f9531286ccebe64e9c /_includes/header.html
parentbbc32f7e7993cd36190e458b47fc333174a9992e (diff)
parent7b0d035dd4cea21bcbd01c3d16764a90e9ce009b (diff)
downloadbootstrap-310642d5acd3b6c3f80f758c854b12a2de4cdeb6.tar.xz
bootstrap-310642d5acd3b6c3f80f758c854b12a2de4cdeb6.zip
Merge branch 'master' into header-font-size-vars
Diffstat (limited to '_includes/header.html')
-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>