diff --git a/_layouts/redirect.html b/_layouts/redirect.html new file mode 100644 index 0000000000000000000000000000000000000000..4c2e08788eaaa2e2386a89c6ed81522f7bc88469 --- /dev/null +++ b/_layouts/redirect.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en-US"> + <meta charset="utf-8"> + <title>Redirecting…</title> + <link rel="canonical" href="{{ page.redirect.to }}"> + <script>document.location.replace("{{ page.redirect.to }}");</script> + <meta http-equiv="refresh" content="3; url={{ page.redirect.to }}"> + <meta name="robots" content="noindex"> + <h1>Redirecting…</h1> + <a href="{{ page.redirect.to }}">Click here if you are not redirected.</a> +</html> \ No newline at end of file