From 1bb54d893aaa78c22271ab87c95a62757d8e4f23 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 17 Nov 2022 15:45:20 -0800 Subject: [PATCH] Update Bootstrap to v5.2.2 --- README.md | 2 +- layouts/_default/baseof.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a42ac22..42fcb997 100644 --- a/README.md +++ b/README.md @@ -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. -Stock Bootstrap 5.2 and Bootstrap Icons 1.9.1 are used for style and +Stock Bootstrap 5.2.2 and Bootstrap Icons 1.9.1 are used for style and icons. They're loaded from the Bootstrap CDN for every page. ## Configuration diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7d81f418..7b9253a5 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -21,7 +21,7 @@ {{ else if .Site.Title }} {{ .Site.Title | markdownify | plainify | htmlUnescape }} {{ end }} - + {{ range .AlternativeOutputFormats }} @@ -73,7 +73,7 @@ {{ end }} - + {{ if .Site.GoogleAnalytics }} {{ template "_internal/google_analytics.html" . }} {{ end }}