annotate _layouts/redirect.html @ 279:54532ba03391

Redirect and merge /bugs to /support page. * pages/bugs.md: make redirect to /support. * pages/menu/support.md: merge content of pages/menu/bugs.md. * pages/menu/bugs.md: delete page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 08 May 2022 02:29:31 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
279
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 <!DOCTYPE html>
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 <html lang="en">
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 <head>
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4 <link rel="canonical" href="{{ page.redirect_to | relative_url }}">
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6 <meta http-equiv="refresh" content="0; url={{ page.redirect_to | relative_url }}">
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
7 <title>Redirecting...</title>
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
8 </head>
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
9 <body>
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
10 <h1>Redirecting...</h1>
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
11 <a href="{{ page.redirect_to | relative_url }}">Click here if you are not redirected.</a>
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
12 </body>
54532ba03391 Redirect and merge /bugs to /support page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13 </html>