Skip to content

Commit 97c2841

Browse files
NewFuturejekyllbot
authored andcommitted
run javascript at first to avoid splash (#158)
Merge pull request 158
1 parent 5da12f3 commit 97c2841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-redirect-from/redirect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<meta charset="utf-8">
44
<title>Redirecting&hellip;</title>
55
<link rel="canonical" href="{{ page.redirect.to }}">
6+
<script>location="{{ page.redirect.to }}"</script>
67
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
78
<meta name="robots" content="noindex">
89
<h1>Redirecting&hellip;</h1>
910
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
10-
<script>location="{{ page.redirect.to }}"</script>
1111
</html>

0 commit comments

Comments
 (0)