diff options
| author | XhmikosR <[email protected]> | 2017-12-05 01:02:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-05 01:02:29 +0200 |
| commit | 3a0f8d73df138fd3aff83b8d1a1639e30ff889c9 (patch) | |
| tree | f2accac3762a73db344b2b1f226f6f78845d6bb2 /_layouts | |
| parent | 2a121157595d66db77b8ed6fdd64c88e1a72963a (diff) | |
| download | bootstrap-3a0f8d73df138fd3aff83b8d1a1639e30ff889c9.tar.xz bootstrap-3a0f8d73df138fd3aff83b8d1a1639e30ff889c9.zip | |
Update devDependencies and gems. (#24940)
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/redirect.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/redirect.html b/_layouts/redirect.html index 8666c8502..6cf445d68 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…</h1> <a href="{{ page.redirect.to }}">Click here if you are not redirected</a> <script>window.location="{{ page.redirect.to }}";</script> </body> |
