oliverdavies.uk/source/_views/redirect.twig

10 lines
248 B
Twig
Raw Normal View History

2017-07-10 06:05:12 +00:00
<!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 %}