We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da12f3 commit 97c2841Copy full SHA for 97c2841
lib/jekyll-redirect-from/redirect.html
@@ -3,9 +3,9 @@
3
<meta charset="utf-8">
4
<title>Redirecting…</title>
5
<link rel="canonical" href="{{ page.redirect.to }}">
6
+ <script>location="{{ page.redirect.to }}"</script>
7
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
8
<meta name="robots" content="noindex">
9
<h1>Redirecting…</h1>
10
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
- <script>location="{{ page.redirect.to }}"</script>
11
</html>
0 commit comments