GoBlog/templates/redirect.gohtml

7 lines
249 B
Plaintext

<!doctype html>
<html lang={{ blog.Lang }}>
<meta charset="utf-8"/>
<meta name="robots" content="noindex">
<title>{{ .Permalink }}</title>
<link rel="canonical" href="{{ .Permalink }}"/>
<meta http-equiv="refresh" content="0; url={{ .Permalink }}"/>