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

github.com/geschke/hugo-tikva.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Geschke <ralf@kuerbis.org>2020-02-20 18:38:36 +0300
committerRalf Geschke <ralf@kuerbis.org>2020-02-20 18:38:36 +0300
commitbaf1c7743c7edb67c76329954198c60db499a7eb (patch)
tree4de84dcae81251e00cc47b8e5e2e011701180683 /layouts
parentaf5722f1f525a931388f8118e0f29c45ebfb214a (diff)
Bumped to new jQuery and Bootstrap version
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 56e85a0..84699c1 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -24,7 +24,7 @@
"height": '{{ .Site.Params.Theme.Header.Height }}',
"width": '{{ .Site.Params.Theme.Header.Width }}'},"","",""];
</script>
-<script src="{{ .Site.BaseURL }}js/jquery-3.3.1.min.js"></script>
+<script src="{{ .Site.BaseURL }}js/jquery-3.4.1.min.js"></script>
<script src="{{ .Site.BaseURL }}js/functions.js"></script>