Skip to content

Commit 03ee298

Browse files
committed
Add forward.html
1 parent bb430a5 commit 03ee298

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_layouts/forward.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<html lang="en">
2+
<head>
3+
<meta charset="utf-8"/>
4+
<meta http-equiv="refresh" content="0;url={{ page.target }}"/>
5+
<link rel="canonical" href="{{ page.target }}"/>
6+
<title>Redirecting</title>
7+
</head>
8+
<body>
9+
<p>Document has moved, if you aren't automatically redirected
10+
<a href="{{ page.target }}">go here</a>.</p>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)