Added redirect.html

This commit is contained in:
Oliver Davies 2015-06-20 11:10:12 +01:00
parent b3d78a1f8e
commit 2e1aa32b2f

View 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 %}