mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
12 lines
577 B
HTML
12 lines
577 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{ .Title }}</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 }}">
|
|
|
|
<link rel="stylesheet" href="/fonts/Roboto/stylesheet.css">
|
|
|
|
{{ $style := resources.Get "scss/home.scss" | resources.ToCSS }}
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
|
</head> |