1
0
Fork 0
va/layouts/partials/head.html

5 lines
455 B
HTML

{{- $style := partialCached "va/style" . | fingerprint "sha512" -}}
<link rel="preload stylesheet" as="style" href="{{ $style.RelPermalink | absURL }}" type="text/css" integrity="{{ $style.Data.Integrity }}" importance="high">
{{- $script := partialCached "va/script" . | fingerprint "sha512" -}}
<link rel="preload" as="script" href="{{ $script.RelPermalink | absURL }}" type="text/javascript" integrity="{{ $script.Data.Integrity }}" importance="high">