Added redirect.html
This commit is contained in:
parent
b3d78a1f8e
commit
2e1aa32b2f
9
source/_layouts/redirect.html
Normal file
9
source/_layouts/redirect.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
{% spaceless %}
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
|
<meta http-equiv="refresh" content="0;url={{ page.destination }}" />
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
|
{% endspaceless %}
|
Reference in a new issue