diff options
Diffstat (limited to 'docs/layouts/alias.html')
-rw-r--r-- | docs/layouts/alias.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/layouts/alias.html b/docs/layouts/alias.html deleted file mode 100644 index 69d895b1fd..0000000000 --- a/docs/layouts/alias.html +++ /dev/null @@ -1,12 +0,0 @@ -<!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> |