mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
remove unnecessary meta tag
This commit is contained in:
parent
1b0e7aca29
commit
e0803f6045
|
|
@ -2,7 +2,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title>{{ with .Params.Title }}{{ . }}{{ else }}{{ with .Site.Params.title }}{{ . }}{{ end }}{{ end }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="{{ with .Params.Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}">
|
||||
<meta name="keywords" content="{{ with .Params.Keywords }}{{ range $i, $e := . }}{{ if $i }} {{ end }}{{ $e }}{{ end }}{{ else }}{{ with .Site.Params.keywords }}{{ . }}{{ end }}{{ end }}">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue