Add and configure redirect bundle.
This commit is contained in:
parent
9deeaf6772
commit
1c07b44f1b
112 changed files with 288 additions and 128 deletions
9
source/_views/redirect.twig
Normal file
9
source/_views/redirect.twig
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.url }}" />
|
||||
</head>
|
||||
</html>
|
||||
{% endspaceless %}
|
Loading…
Add table
Add a link
Reference in a new issue