Files
caldwell/layouts/partials/components/head/css.html
2025-08-14 17:27:01 +03:00

9 lines
285 B
HTML

{{ $opts := dict "targetPath" "css/main.css" "includePaths" (slice "node_modules") }}
{{ with resources.Get "sass/main.scss" | css.Sass $opts | minify | fingerprint }}
<link
rel="stylesheet"
href="{{- .RelPermalink -}}"
integrity="{{- .Data.Integrity -}}"
/>
{{ end }}