mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
more accurate homepage title
This commit is contained in:
parent
2ccbc38685
commit
32affe9835
2 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue