diff options
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> |
