We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54008e commit 3597cd9Copy full SHA for 3597cd9
1 file changed
layouts/partials/head.html
@@ -29,4 +29,4 @@
29
30
{{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "enableSourceMap" true "includePaths" (slice "node_modules")) }}
31
{{ $style := resources.Get "css/main.scss" | toCSS $options | postCSS (dict "config" "./assets/css/postcss.config.js") | fingerprint "sha384" }}
32
-<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}">
+<link rel="stylesheet" href="{{ $style.Permalink }}">
0 commit comments