Skip to content

Commit 8484101

Browse files
authored
Create redirect.html
1 parent 2c56c5a commit 8484101

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_layouts/redirect.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
# Jekyll layout that redirects to another page.
3+
# Version v1.0.0
4+
# http://www.jsware.io
5+
# © 2021 John Scott
6+
# MIT License
7+
---
8+
<html>
9+
<head>
10+
<meta http-equiv="refresh" content="0; url={{ page.redirect | relative_url }}">
11+
</head>
12+
</html>

0 commit comments

Comments
 (0)