9 lines
247 B
HTML
9 lines
247 B
HTML
{{ $opts := dict "targetPath" "css/main.css" }}
|
|
{{ with resources.Get "sass/main.scss" | css.Sass $opts | minify | fingerprint }}
|
|
<link
|
|
rel="stylesheet"
|
|
href="{{- .RelPermalink -}}"
|
|
integrity="{{- .Data.Integrity -}}"
|
|
/>
|
|
{{ end }}
|