Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-12-05 02:02:29 +0300
committerGitHub <noreply@github.com>2017-12-05 02:02:29 +0300
commit3a0f8d73df138fd3aff83b8d1a1639e30ff889c9 (patch)
treef2accac3762a73db344b2b1f226f6f78845d6bb2 /_layouts
parent2a121157595d66db77b8ed6fdd64c88e1a72963a (diff)
Update devDependencies and gems. (#24940)
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/redirect.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/redirect.html b/_layouts/redirect.html
index 8666c85023..6cf445d682 100644
--- a/_layouts/redirect.html
+++ b/_layouts/redirect.html
@@ -3,9 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <title>Bootstrap - Content moved</title>
+ <title>Bootstrap · Content moved</title>
<link rel="canonical" href="{{ page.redirect.to }}">
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
+ <meta name="robots" content="noindex">
<style>
html {
display: flex;
@@ -30,7 +31,7 @@
</style>
</head>
<body>
- <h1>Redirecting…</h1>
+ <h1>Redirecting&hellip;</h1>
<a href="{{ page.redirect.to }}">Click here if you are not redirected</a>
<script>window.location="{{ page.redirect.to }}";</script>
</body>