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

5 lines
455 B
HTML
Raw Normal View History

2021-06-08 14:43:43 +00:00
{{- $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">