mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
6 lines
158 B
HTML
6 lines
158 B
HTML
{{ if .Params.css}}
|
|
{{ $style := resources.Get .Params.css | toCSS | minify | fingerprint }}
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
|
{{ end }}
|
|
|