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
|
@ -1,5 +1,5 @@
|
|||
{{ $pageCSS := dict }}
|
||||
{{ with .Resources.Match "*.css" }}
|
||||
{{ $pageCSS = . | resources.Concat "page.css" | fingerprint "sha512" }}
|
||||
{{ $pageCSS = . | resources.Concat "page.css" | fingerprint "md5" }}
|
||||
{{ end }}
|
||||
{{ return $pageCSS }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue