Make alias template pass HTML validation
This commit is contained in:
parent
0d817ee528
commit
ee594cfc3d
|
@ -1,6 +1,6 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="canonical" href="{{ url | safe }}">
|
<link rel="canonical" href="{{ url | safe }}">
|
||||||
<meta http-equiv="refresh" content="0;url={{ url | safe }}">
|
<meta http-equiv="refresh" content="0; url={{ url | safe }}">
|
||||||
<title>Redirect</title>
|
<title>Redirect</title>
|
||||||
<p><a href="{{ url | safe }}">Click here</a> to be redirected.</p>
|
<p><a href="{{ url | safe }}">Click here</a> to be redirected.</p>
|
||||||
|
|
Loading…
Reference in a new issue