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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Willemsen <tomwillemsen1995@gmail.com>2020-08-29 20:56:34 +0300
committerGitHub <noreply@github.com>2020-08-29 20:56:34 +0300
commit17161f55a5b5219b40cd212c6e846284d2d0b70b (patch)
treead2e0d018cf8ccc70ee14216ebe56af5ff214018 /layouts
parentc9e378f2f871b4b0a6e2e59a2aa0af1c74a0d164 (diff)
Update jQuery from 3.3.1 to 3.5.1 (#243)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer/scripts.html b/layouts/partials/footer/scripts.html
index 7454f32..f4dc641 100644
--- a/layouts/partials/footer/scripts.html
+++ b/layouts/partials/footer/scripts.html
@@ -1,4 +1,4 @@
-{{ $jQuery := resources.Get "vendor/jquery/jquery-3.3.1.min.js" }}
+{{ $jQuery := resources.Get "vendor/jquery/jquery-3.5.1.min.js" }}
{{ $index := resources.Get "js/index.js" | minify }}
{{ $scripts := slice $jQuery $index | resources.Concat "js/bundle.js" | fingerprint }}
<script src="{{ $scripts.Permalink }}" integrity="{{ $scripts.Data.Integrity }}"></script>