From 437aa50c41faf3a2f2c46a00dad8a905e56a3fef Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Sat, 11 Sep 2021 17:54:27 -0500 Subject: [PATCH] Fixes for Bootstrap 5.1 --- _includes/blog-card.html | 2 +- _includes/nav.html | 5 +- _layouts/post.html | 2 +- _sass/brand.scss | 23 ++++ _sass/variables.scss | 28 +---- assets/css/app.scss | 1 + assets/css/dark.scss | 10 +- .../img/layout/privacy-guides-logo-dark.svg | 51 +++++++++ assets/img/layout/privacy-guides-logo.svg | 106 ++++++++---------- 9 files changed, 135 insertions(+), 93 deletions(-) create mode 100644 _sass/brand.scss create mode 100644 assets/img/layout/privacy-guides-logo-dark.svg diff --git a/_includes/blog-card.html b/_includes/blog-card.html index b0619921..e7269798 100644 --- a/_includes/blog-card.html +++ b/_includes/blog-card.html @@ -1,6 +1,6 @@
-
+

{{ post.title }}

{{ post.excerpt }} Continue Reading...

diff --git a/_includes/nav.html b/_includes/nav.html index cb0aa41f..b3a0fa04 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,7 +1,10 @@