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_*
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..79e3a2b 100644
--- a/_includes/default/head.html
+++ b/_includes/default/head.html
@@ -34,6 +34,12 @@
+ {% if site.bootstrap %}
+
+
+
+ {% endif %}
+
@@ -44,9 +50,6 @@
{% if site.bootstrap %}
-
-
-