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

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGökmen Görgen <gkmngrgn@gmail.com>2022-10-02 16:11:34 +0300
committerGökmen Görgen <gkmngrgn@gmail.com>2022-10-02 16:11:34 +0300
commit462e6794533efc5dba20af0a2cecce58f5462ac3 (patch)
tree1209c6ea9c85432b717c0bc9e00ce7acaf5b71d8
parentd4a6d02a977b0228017879fcc5dc3c70330a3981 (diff)
update bootstrap version.
-rw-r--r--README.md2
-rw-r--r--layouts/partials/script_bootstrap.html4
-rw-r--r--layouts/partials/style_bootstrap.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index c0499a1..3cc39a0 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ of the theme._
## DEPENDENCY VERSIONS
-- bootstrap: 5.1.3
+- bootstrap: 5.2.1
- highlightjs: 11.4.0
- mathjax: ^3.0.0
- progressively: latest stable version
diff --git a/layouts/partials/script_bootstrap.html b/layouts/partials/script_bootstrap.html
index ff6b00a..fc6bb86 100644
--- a/layouts/partials/script_bootstrap.html
+++ b/layouts/partials/script_bootstrap.html
@@ -1,5 +1,5 @@
<script
- src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
- integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
+ src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js"
+ integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8"
crossorigin="anonymous"
></script>
diff --git a/layouts/partials/style_bootstrap.html b/layouts/partials/style_bootstrap.html
index 52009e2..8da602d 100644
--- a/layouts/partials/style_bootstrap.html
+++ b/layouts/partials/style_bootstrap.html
@@ -1,6 +1,6 @@
<link
- href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
+ href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css"
rel="stylesheet"
- integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
+ integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT"
crossorigin="anonymous"
/>