mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 18:10:52 +02:00
Fingerprint dist/wc.min.css
This commit is contained in:
parent
e45ef47a09
commit
3604bb1d14
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
|
||||
{{/* Style */}}
|
||||
{{ if ne (os.Getenv "HUGO_BLOX_POSTCSS") "true" }}
|
||||
{{ $styles := resources.Get "dist/wc.min.css" }}
|
||||
{{ $styles := resources.Get "dist/wc.min.css" | fingerprint "sha256" }}
|
||||
<link href="{{ $styles.RelPermalink }}" rel="stylesheet" />
|
||||
{{ else }}
|
||||
{{ $options := dict "inlineImports" true }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue