From 0f8be9b2e6bb0e1d8132c634dd667657c862dbb5 Mon Sep 17 00:00:00 2001 From: Dennis Scheiba Date: Thu, 16 Jul 2026 23:19:07 +0200 Subject: [PATCH] use upstream theme version v2.5.0 v2.5.1 removes vendored bootstrap-iso css which we require. --- _config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2f79d36..6eb08fc 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,11 @@ plugins: - jekyll-feed - jekyll-remote-theme -remote_theme: sylhare/type-on-strap +# 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 # Theme settings color_theme: auto