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

github.com/spech66/bootstrap-bp-hugo-theme.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, 2 insertions, 3 deletions
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 7dad8d6..f58c530 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -1,7 +1,6 @@
-{{ $jquery := resources.Get "/js/jquery-3.5.1.slim.min.js" }}
-{{ $bootstrap := resources.Get "/js/bootstrap.min.js" }}
+{{ $bootstrap := resources.Get "/js/bootstrap.bundle.min.js" }}
{{ $customjs := resources.Get "/js/custom.js" }}
-{{ $allscript := slice $jquery $bootstrap $customjs | resources.Concat "/js/vendor.js" | minify | fingerprint "sha512" }}
+{{ $allscript := slice $bootstrap $customjs | resources.Concat "/js/vendor.js" | minify | fingerprint "sha512" }}
<script src="{{ $allscript.RelPermalink }}" integrity="{{ $allscript.Data.Integrity }}"></script>
{{- range .Site.Params.jscdn }}