From a1c7247523c3cde2422da54f8d25c2fa6db79257 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 31 Dec 2022 17:19:51 -0800 Subject: [PATCH] Update Bootstrap Icons to v1.10.3 --- README.md | 2 +- layouts/partials/paige/links.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85c05845..e249f68e 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.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. +Bootstrap 5.2.3 CSS and JavaScript and Bootstrap Icons 1.10.3 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 fd40c3e0..ba6d499c 100644 --- a/layouts/partials/paige/links.html +++ b/layouts/partials/paige/links.html @@ -9,7 +9,7 @@ {{ partial "paige/link" (dict - "href" (.Site.Params.paige.bootstrap.icons.link_href | default "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css") + "href" (.Site.Params.paige.bootstrap.icons.link_href | default "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css") "integrity" (.Site.Params.paige.bootstrap.icons.link_integrity | default "sha384-b6lVK+yci+bfDmaY1u0zE8YYJt0TZxLEAFyYSLHId4xoVvsrQu3INevFKo+Xir8e") ) }} {{ partial "paige/link" (dict