diff --git a/README.md b/README.md index 258d4db3..85c05845 100644 --- a/README.md +++ b/README.md @@ -539,7 +539,7 @@ The page title is displayed in an `h1` tag, so page content headers must start w The page date is the publish date, if any. -Bootstrap 5.2.2 CSS and JavaScript and Bootstrap Icons 1.10.2 are loaded from the Bootstrap CDN for every page unless local Bootstrap assets are used instead. +Bootstrap 5.2.3 CSS and JavaScript and Bootstrap Icons 1.10.2 are loaded from the Bootstrap CDN for every page unless local Bootstrap assets are used instead. Map keys, CSS names, JavaScript names, and file names under the layout directory that begin with "paige" capitalized in any way are reserved. diff --git a/layouts/partials/paige/links.html b/layouts/partials/paige/links.html index c5f4dbf1..fd40c3e0 100644 --- a/layouts/partials/paige/links.html +++ b/layouts/partials/paige/links.html @@ -13,7 +13,7 @@ "integrity" (.Site.Params.paige.bootstrap.icons.link_integrity | default "sha384-b6lVK+yci+bfDmaY1u0zE8YYJt0TZxLEAFyYSLHId4xoVvsrQu3INevFKo+Xir8e") ) }} {{ partial "paige/link" (dict - "href" (.Site.Params.paige.bootstrap.style.link_href | default "https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css") + "href" (.Site.Params.paige.bootstrap.style.link_href | default "https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css") "integrity" (.Site.Params.paige.bootstrap.style.link_integrity | default "sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi") ) }} {{ if or .Params.paige.math (and .Params.paige.show_full_pages (where .Pages "Params.paige.math" "eq" true)) }} diff --git a/layouts/partials/paige/scripts.html b/layouts/partials/paige/scripts.html index 8cfc7397..44d9bb37 100644 --- a/layouts/partials/paige/scripts.html +++ b/layouts/partials/paige/scripts.html @@ -26,7 +26,7 @@ addEventListener("resize", paigeResize); {{ partial "paige/script" (dict "integrity" (.Site.Params.paige.bootstrap.script.script_integrity | default "sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3") - "src" (.Site.Params.paige.bootstrap.script.script_src | default "https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js") + "src" (.Site.Params.paige.bootstrap.script.script_src | default "https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js") ) }} {{ if or .Params.paige.math (and .Params.paige.show_full_pages (where .Pages "Params.paige.math" "eq" true)) }} {{ partial "paige/script" (dict