1
0
hugo/layouts/alias.html
2024-04-23 22:21:26 +09:00

11 lines
337 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ .Title }} | {{ .Site.Title }}</title>
<link rel="canonical" href="{{ .Permalink }}"/>
<meta name="robots" content="noindex">
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="refresh" content="0; url={{ .Permalink }}"/>
</head>
</html>