Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from gkmngrgn/update-bootstrap-5.2.1
Browse files Browse the repository at this point in the history
update bootstrap version.
  • Loading branch information
gkmngrgn authored Oct 2, 2022
2 parents 90e6ee8 + 462e679 commit fcee825
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/script_bootstrap.html
Original file line number Diff line number Diff line change
@@ -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>
4 changes: 2 additions & 2 deletions layouts/partials/style_bootstrap.html
Original file line number Diff line number Diff line change
@@ -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"
/>

0 comments on commit fcee825

Please sign in to comment.