From e6493cb21d65c4cdf75de7b943281e98fbbb8879 Mon Sep 17 00:00:00 2001 From: sylhare Date: Mon, 27 Jul 2026 12:54:47 -0400 Subject: [PATCH 1/3] Fix bootstrap isolation --- _config.yml | 6 +----- _includes/default/head.html | 8 +++++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index 6eb08fc..2f79d36 100644 --- a/_config.yml +++ b/_config.yml @@ -25,11 +25,7 @@ plugins: - jekyll-feed - jekyll-remote-theme -# keep below 2.5.0 b/c 2.5.1 removed bootstrap iso css -# which either breaks the tabs from the download section -# or the dark mode, see -# https://github.com/sylhare/Type-on-Strap/pull/549 -remote_theme: sylhare/type-on-strap@v2.5.0 +remote_theme: sylhare/type-on-strap # Theme settings color_theme: auto diff --git a/_includes/default/head.html b/_includes/default/head.html index 4d01d24..5f6bc50 100644 --- a/_includes/default/head.html +++ b/_includes/default/head.html @@ -34,6 +34,11 @@ + {% if site.bootstrap %} + + + {% endif %} + @@ -44,9 +49,6 @@ {% if site.bootstrap %} - - - From 912ecf82ba9287c1790662ac0b8c2302b9949f9c Mon Sep 17 00:00:00 2001 From: sylhare Date: Fri, 31 Jul 2026 09:03:22 -0400 Subject: [PATCH 2/3] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6c41f00..68ad721 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ _site/ vendor/ _config-dev.yml .DS_Store +.sass-cache +_site_* From be98f370866854fbbaf42b6da6b381b5771251b1 Mon Sep 17 00:00:00 2001 From: sylhare Date: Fri, 31 Jul 2026 09:03:30 -0400 Subject: [PATCH 3/3] Add css layer --- _includes/default/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/default/head.html b/_includes/default/head.html index 5f6bc50..79e3a2b 100644 --- a/_includes/default/head.html +++ b/_includes/default/head.html @@ -36,6 +36,7 @@ {% if site.bootstrap %} + {% endif %}