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:
@@ -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 }} · Bootstrap
|
{{ page.title }} · Bootstrap
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: home
|
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">
|
<main class="bs-docs-masthead" id="content" role="main">
|
||||||
|
Reference in New Issue
Block a user