From: XhmikosR Date: Mon, 27 Oct 2014 17:35:59 +0000 (+0200) Subject: Remove `baseurl` as it doesn't serve any real purpose. X-Git-Tag: v3.3.0~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3908235e0fb0550a6fcffe6499f3b6786900e85d;p=thirdparty%2Fbootstrap.git Remove `baseurl` as it doesn't serve any real purpose. --- diff --git a/_config.yml b/_config.yml index 607750b7a4..1957136b9a 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,6 @@ source: docs destination: _gh_pages host: 0.0.0.0 port: 9001 -baseurl: / url: http://getbootstrap.com encoding: UTF-8 diff --git a/docs/_includes/header.html b/docs/_includes/header.html index d3f78d4246..bf536fc4d2 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -6,7 +6,7 @@ - {% if page.url == site.baseurl %} + {% if page.layout == "home" %} {{ page.title }} {% else %} {{ page.title }} · Bootstrap