update layout file

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-10-29 01:32:42 +03:00
parent 4a46b1b577
commit abbc0e2883

View File

@ -2,10 +2,10 @@
<html lang="en">
<head>
<title>{{ .Title }}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="refresh" content="5;{{ .Params.redirect }}"/>
<meta name="go-import" content="{{ .Params.import }}"/>
<meta name="go-source" content="{{ .Params.source }}"/>
<meta http-equiv="refresh" content="5;{{ .Params.redirect }}"/>
</head>
</head>
<body/>
</html>