go/layouts/_default/single.html
Vasiliy Tolstov 4a46b1b577 update layout file
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-10-29 01:19:59 +03:00

12 lines
347 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ .Title }}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="{{ .Params.import }}"/>
<meta name="go-source" content="{{ .Params.source }}"/>
<meta http-equiv="refresh" content="5;{{ .Params.redirect }}"/>
</head>
<body/>
</html>