Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/js.html')
-rw-r--r--layouts/partials/js.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 1b001d2..a0539ad 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -6,4 +6,7 @@
{{ if hugo.IsProduction }}
{{ $js = $js | fingerprint }}
{{ end }}
-<script src="{{ $js.RelPermalink }}" {{ if hugo.IsProduction }}integrity="{{ $js.Data.Integrity }}"{{ end }} defer></script>
+<script
+ src="{{ $js.RelPermalink }}"
+ {{ if hugo.IsProduction }}integrity="{{ $js.Data.Integrity }}"{{ end }}
+ defer></script>