From 32affe98356ccee4f3dfae17e3c4d47c7efb25ce Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Jul 2014 20:29:43 -0700 Subject: [PATCH] more accurate homepage title --- docs/_includes/header.html | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 6a40f73825..406b84cda8 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -6,7 +6,7 @@ - {% if page.title == "Bootstrap" %} + {% if page.url == site.baseurl %} {{ page.title }} {% else %} {{ page.title }} · Bootstrap diff --git a/docs/index.html b/docs/index.html index ae1ec19bb9..bab3c0f88b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,6 +1,6 @@ --- layout: home -title: Bootstrap +title: Bootstrap · The world's most popular mobile-first and responsive front-end framework. --- <main class="bs-docs-masthead" id="content" role="main">