diff options
| author | XhmikosR <[email protected]> | 2018-07-06 12:06:18 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-07-06 12:19:17 +0300 |
| commit | 907f9a7ae4e253589ea28a6610d1c0cc96f12007 (patch) | |
| tree | 6c8a8c1fac6fa8c969db88076b3ce6d9eca04f1b /_layouts | |
| parent | 09d0c5de0c3ac3804c68c24842a0df03f32cb238 (diff) | |
| download | bootstrap-907f9a7ae4e253589ea28a6610d1c0cc96f12007.tar.xz bootstrap-907f9a7ae4e253589ea28a6610d1c0cc96f12007.zip | |
Update gems.
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/redirect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/redirect.html b/_layouts/redirect.html index 6cf445d68..a30e77bf4 100644 --- a/_layouts/redirect.html +++ b/_layouts/redirect.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Bootstrap ยท Content moved</title> <link rel="canonical" href="{{ page.redirect.to }}"> + <script>window.location="{{ page.redirect.to }}";</script> <meta http-equiv="refresh" content="0; url={{ page.redirect.to }}"> <meta name="robots" content="noindex"> <style> @@ -33,6 +34,5 @@ <body> <h1>Redirecting…</h1> <a href="{{ page.redirect.to }}">Click here if you are not redirected</a> - <script>window.location="{{ page.redirect.to }}";</script> </body> </html> |
