mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
more accurate homepage title
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
||||
|
||||
<title>
|
||||
{% if page.title == "Bootstrap" %}
|
||||
{% if page.url == site.baseurl %}
|
||||
{{ page.title }}
|
||||
{% else %}
|
||||
{{ page.title }} · Bootstrap
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user