Remove the SRI stuff; use md5 instead of sha512 for fingerprinting since it is shorter
This commit is contained in:
parent
fb1b4ccab3
commit
6842511b10
8 changed files with 13 additions and 13 deletions
|
|
@ -6,6 +6,6 @@
|
|||
{{ $sectionStylesheet = printf "styles/%s.css" .Section }}
|
||||
{{ end }}
|
||||
{{ with resources.Get $sectionStylesheet }}
|
||||
{{ $sectionCSS = . | fingerprint "sha512" }}
|
||||
{{ $sectionCSS = . | fingerprint "md5" }}
|
||||
{{ end }}
|
||||
{{ return $sectionCSS }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue