update layout file
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
f85163450e
commit
4a46b1b577
@ -1,12 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!-- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> -->
|
<html lang="en">
|
||||||
<html>
|
|
||||||
<head>
|
<head>
|
||||||
<title>{{ .Title }}</title>
|
<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 name="go-import" content="{{ .Params.import }}"/>
|
<meta name="go-import" content="{{ .Params.import }}"/>
|
||||||
<meta name="go-source" content="{{ .Params.source }}"/>
|
<meta name="go-source" content="{{ .Params.source }}"/>
|
||||||
<!-- <meta http-equiv="refresh" content="5; {{ .Params.redirect }}"/> -->
|
<meta http-equiv="refresh" content="5;{{ .Params.redirect }}"/>
|
||||||
</head>
|
</head>
|
||||||
<body/>
|
<body/>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user