File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 2727{% capture redirect_url %}{{ page.redirect_to }}{% endcapture %}
2828{% endif %}
2929
30- < meta http-equiv ="refresh " content ="0; url={{ redirect_url }} ">
31- < link rel ="canonical " href ="{{ redirect_url }} " />
30+ <!doctype html>
31+ < html lang ="en ">
32+ < head >
33+ < meta charset ="UTF-8 ">
34+ < meta http-equiv ="refresh " content ="0; url={{ redirect_url }} ">
35+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
36+ < link rel ="canonical " href ="{{ redirect_url }} " />
37+ < title > Redirecting to: {{ redirect_url }}</ title >
38+ </ head >
39+ < body >
40+ < p >
41+ Redirecting to {{ redirect_url }}...
42+ </ p >
43+ < p >
44+ < a href ="{{ redirect_url }} "> Click here</ a > if the page does not load.
45+ </ p >
46+ </ body >
47+ </ html >
You can’t perform that action at this time.
0 commit comments