mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
10 lines
313 B
HTML
10 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>
|