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 8d45b94 commit 474d745Copy full SHA for 474d745
lib/jekyll-redirect-from/redirect.html
@@ -1,11 +1,15 @@
1
<!DOCTYPE html>
2
<html lang="en-US">
3
+<head>
4
<meta charset="utf-8">
5
<title>Redirecting…</title>
6
<link rel="canonical" href="{{ page.redirect.to }}">
7
<script>location="{{ page.redirect.to }}"</script>
8
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
9
<meta name="robots" content="noindex">
10
+</head>
11
+<body>
12
<h1>Redirecting…</h1>
13
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
14
+</body>
15
</html>
0 commit comments