11 lines
337 B
HTML
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>
|