Delete redirect.html.twig

This commit is contained in:
Oliver Davies 2017-10-26 23:11:45 +01:00 committed by GitHub
parent 071559cd3c
commit c32f2dacf2

View file

@ -1,9 +0,0 @@
<!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.url }}" />
</head>
</html>
{% endspaceless %}