summaryrefslogtreecommitdiffstats
path: root/docs/layouts/alias.html
blob: 69d895b1fd727e41f77536bf4b561640460c6eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html{{ with site.LanguageCode | default site.Language.Lang }} lang="{{ . }}"{{ end }}>
  <head>
    <title>{{ .Permalink }}</title>
    <link rel="canonical" href="{{ .Permalink }}">
    <meta name="robots" content="noindex">
    <noscript><meta http-equiv="refresh" content="0; url={{ .Permalink }}"></noscript>
    <script>
      window.location = "{{ .Permalink }}" + window.location.search + window.location.hash;
    </script>
  </head>
</html>