Update Bootstrap Icons to v1.10.2
This commit is contained in:
@@ -71,7 +71,7 @@ The 404 page has a "Not Found" header, and no body.
|
|||||||
|
|
||||||
An empty list has a "Nothing Here" header, and no body.
|
An empty list has a "Nothing Here" header, and no body.
|
||||||
|
|
||||||
Stock Bootstrap 5.2.2 and Bootstrap Icons 1.9.1 are used for style and
|
Stock Bootstrap 5.2.2 and Bootstrap Icons 1.10.2 are used for style and
|
||||||
icons. They're loaded from the Bootstrap CDN for every page.
|
icons. They're loaded from the Bootstrap CDN for every page.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
<title>{{ .Site.Title | markdownify | plainify | htmlUnescape }}</title>
|
<title>{{ .Site.Title | markdownify | plainify | htmlUnescape }}</title>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" rel="stylesheet">
|
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" rel="stylesheet">
|
||||||
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css" rel="stylesheet">
|
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css" rel="stylesheet">
|
||||||
{{ range .AlternativeOutputFormats }}
|
{{ range .AlternativeOutputFormats }}
|
||||||
<link href="{{ .Permalink }}" rel="{{ .Rel }}" title="{{ $.Site.Title }}" type="{{ .MediaType.Type }}">
|
<link href="{{ .Permalink }}" rel="{{ .Rel }}" title="{{ $.Site.Title }}" type="{{ .MediaType.Type }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user