2020-04-29 12:03:02 +01:00
|
|
|
{{ $style := resources.Get . }}
|
|
|
|
|
|
|
|
{{ if strings.HasSuffix . ".scss" }}
|
|
|
|
{{ $style = toCSS $style }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ $style = minify $style | fingerprint}}
|
2018-08-15 21:05:51 +01:00
|
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" />
|