comparison _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
comparison
equal deleted inserted replaced
278:a24a65b3001b 279:54532ba03391
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <link rel="canonical" href="{{ page.redirect_to | relative_url }}">
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6 <meta http-equiv="refresh" content="0; url={{ page.redirect_to | relative_url }}">
7 <title>Redirecting...</title>
8 </head>
9 <body>
10 <h1>Redirecting...</h1>
11 <a href="{{ page.redirect_to | relative_url }}">Click here if you are not redirected.</a>
12 </body>
13 </html>