1
0
Fork 0

🐛 Fixed invalid integrity value

This commit is contained in:
Maxim Lebedev 2022-02-25 02:51:48 +05:00
parent dfa2950923
commit ee2ad88269
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{- with partialCached "va/script" . -}}
<script type="{{ .MediaType.String }}"
src="{{ .RelPermalink }}"
integrity="{{ . }}"
integrity="{{ .Data.Integrity }}"
crossorigin="anonymous"
async
defer>