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 024bb4b commit 2f0974bCopy full SHA for 2f0974b
lib/jekyll-redirect-from/redirect.html
@@ -5,7 +5,7 @@
5
<link rel="canonical" href="{{ page.redirect.to }}">
6
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
7
<meta name="robots" content="noindex">
8
- <h1>Redirecting…</h1>
+ <h1>Redirecting…</h1>
9
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
10
<script>location="{{ page.redirect.to }}"</script>
11
</html>
0 commit comments