1
0
hugo/layouts/alias.html

11 lines
337 B
HTML
Raw Normal View History

2024-04-23 13:21:26 +00:00
<!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>