Files
hugo/tpl/tplimpl/embedded/templates/alias.html
T
Bjørn Erik Pedersen d31a9275c6 tpl: Run gotmplfmt -w .
2026-05-19 16:15:45 +02:00

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>