]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove `baseurl` as it doesn't serve any real purpose. 14885/head
authorXhmikosR <xhmikosr@gmail.com>
Mon, 27 Oct 2014 17:35:59 +0000 (19:35 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 27 Oct 2014 17:35:59 +0000 (19:35 +0200)
_config.yml
docs/_includes/header.html

index 607750b7a4298114a0924d94228366d32af3689f..1957136b9adaa542c3e16127ba6b304b1449523a 100644 (file)
@@ -10,7 +10,6 @@ source:           docs
 destination:      _gh_pages
 host:             0.0.0.0
 port:             9001
-baseurl:          /
 url:              http://getbootstrap.com
 encoding:         UTF-8
 
index d3f78d4246379dd2cefcb42ee16a6cfba318f54d..bf536fc4d2a25c98353e82ced576125d4519b516 100644 (file)
@@ -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