diff options
| author | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:13:47 +0200 | 
|---|---|---|
| committer | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:13:47 +0200 | 
| commit | edd49a893c5f581a2f622f2b29a289760bbc2edc (patch) | |
| tree | 320c58776b5c04db7adf188d065f135aa28a8f83 /layouts/partials/head | |
| parent | 769239a8e95cf761075a1248818a6578d7522fac (diff) | |
Format
Diffstat (limited to 'layouts/partials/head')
| -rw-r--r-- | layouts/partials/head/js.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/layouts/partials/head/js.html b/layouts/partials/head/js.html index 8bae509..aa471f4 100644 --- a/layouts/partials/head/js.html +++ b/layouts/partials/head/js.html @@ -1,6 +1,7 @@  {{- with resources.Get "js/main.js" }}  {{- $opts := dict "minify" true }}  {{- with . | js.Build $opts | fingerprint }} -<script src="{{ .RelPermalink }}" integrity="{{- .Data.Integrity }}" crossorigin="anonymous"></script> +<script src="{{ .RelPermalink }}" integrity="{{- .Data.Integrity }}" +    crossorigin="anonymous"></script>  {{- end }}  {{- end }}
\ No newline at end of file | 
