mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
10 lines
299 B
HTML
10 lines
299 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ site.Language.Locale }}">
|
|
<head>
|
|
<title>{{ .Permalink }}</title>
|
|
{{ with .OutputFormats.Canonical }}<link rel="{{ .Rel }}" href="{{ .Permalink }}">{{ end }}
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="refresh" content="0; url={{ .Permalink }}">
|
|
</head>
|
|
</html>
|