1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

more accurate homepage title

This commit is contained in:
Mark Otto
2014-07-07 20:29:43 -07:00
parent 2ccbc38685
commit 32affe9835
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<title> <title>
{% if page.title == "Bootstrap" %} {% if page.url == site.baseurl %}
{{ page.title }} {{ page.title }}
{% else %} {% else %}
{{ page.title }} &middot; Bootstrap {{ page.title }} &middot; Bootstrap

View File

@@ -1,6 +1,6 @@
--- ---
layout: home layout: home
title: Bootstrap title: Bootstrap &middot; The world's most popular mobile-first and responsive front-end framework.
--- ---
<main class="bs-docs-masthead" id="content" role="main"> <main class="bs-docs-masthead" id="content" role="main">