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 124f85a commit e368724Copy full SHA for e368724
lib/jekyll-redirect-from/redirect.html
@@ -1,10 +1,10 @@
1
<!DOCTYPE html>
2
<html lang="en-US">
3
<meta charset="utf-8">
4
- <title>Redirecting...</title>
+ <title>Redirecting…</title>
5
<link rel="canonical" href="{{ page.redirect.to }}">
6
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
7
- <h1>Redirecting...</h1>
+ <h1>Redirecting…</h1>
8
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
9
<script>location="{{ page.redirect.to }}"</script>
10
</html>
0 commit comments