We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist/wc.min.css
1 parent 910927f commit 71de892Copy full SHA for 71de892
modules/blox-tailwind/layouts/partials/site_head.html
@@ -57,7 +57,7 @@
57
58
{{/* Style */}}
59
{{ if ne (os.Getenv "HUGO_BLOX_POSTCSS") "true" }}
60
- {{ $styles := resources.Get "dist/wc.min.css" }}
+ {{ $styles := resources.Get "dist/wc.min.css" | fingerprint "sha256" }}
61
<link href="{{ $styles.RelPermalink }}" rel="stylesheet" />
62
{{ else }}
63
{{ $options := dict "inlineImports" true }}
0 commit comments