Skip to content

Commit

Permalink
redirect immediately in redirect.html
Browse files Browse the repository at this point in the history
  • Loading branch information
izzygomez committed Aug 29, 2024
1 parent 5bc2850 commit a83a87d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions _layouts/redirect.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="3; url={{page.redirect_url}}">
</head>
<body>
<p>Redirecting soon... if you are not redirected automatically, follow
<a href="{{page.redirect_url}}">this link</a>.</p>
</body>
<head>
<meta charset="UTF-8" />
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; url={{page.redirect_url}}" />
</head>
<body>
<p>
Redirecting soon... if you are not redirected automatically, follow
<a href="{{page.redirect_url}}">this link</a>.
</p>
</body>
</html>

0 comments on commit a83a87d

Please sign in to comment.