Make alias template pass HTML validation

This commit is contained in:
Vincent Prouillet 2020-05-27 21:17:12 +02:00
parent 0d817ee528
commit ee594cfc3d

View file

@ -1,6 +1,6 @@
<!doctype html>
<meta charset="utf-8">
<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>
<p><a href="{{ url | safe }}">Click here</a> to be redirected.</p>