mirror of https://github.com/gohugoio/hugo
11 lines
313 B
HTML
11 lines
313 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ site.Language.LanguageCode }}">
|
|
<head>
|
|
<title>{{ .Permalink }}</title>
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
<meta name="robots" content="noindex">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="refresh" content="0; url={{ .Permalink }}">
|
|
</head>
|
|
</html>
|