summaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/redirect.html
blob: a951e21960dc68fdddbd239a94f89c594f697184 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>{{ . }}</title>
    <link rel="canonical" href="{{ . }}">
    <meta name="robots" content="noindex">
    <meta http-equiv="refresh" content="0; url={{ . }}">
  </head>
</html>