aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-10-27 19:35:59 +0200
committerXhmikosR <[email protected]>2014-10-27 19:35:59 +0200
commit3908235e0fb0550a6fcffe6499f3b6786900e85d (patch)
tree5187bd4d3f3a90f8fdadd4d64a007309a8aa31c4 /docs/_includes
parentc672f9e07990c1f7d805938be74bc8cfa0eed1b1 (diff)
downloadbootstrap-3908235e0fb0550a6fcffe6499f3b6786900e85d.tar.xz
bootstrap-3908235e0fb0550a6fcffe6499f3b6786900e85d.zip
Remove `baseurl` as it doesn't serve any real purpose.
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index d3f78d424..bf536fc4d 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -6,7 +6,7 @@
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<title>
- {% if page.url == site.baseurl %}
+ {% if page.layout == "home" %}
{{ page.title }}
{% else %}
{{ page.title }} &middot; Bootstrap