|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
{{ $crossorigin := $params.crossorigin | default "anonymous" }}
|
|
|
|
{{ $crossorigin := $params.crossorigin | default "anonymous" }}
|
|
|
|
{{ $enablesourcemap := not hugo.IsProduction }}
|
|
|
|
{{ $enablesourcemap := not hugo.IsProduction }}
|
|
|
|
{{ $href := relLangURL $params.href }}
|
|
|
|
{{ $href := $params.href }}
|
|
|
|
{{ $includepaths := $params.includepaths }}
|
|
|
|
{{ $includepaths := $params.includepaths }}
|
|
|
|
{{ $integrity := $params.integrity }}
|
|
|
|
{{ $integrity := $params.integrity }}
|
|
|
|
{{ $outputstyle := cond hugo.IsProduction "compressed" "" }}
|
|
|
|
{{ $outputstyle := cond hugo.IsProduction "compressed" "" }}
|
|
|
|