From bc091136132ba938fa3299725658c411a9acc12d Mon Sep 17 00:00:00 2001 From: kkew3 Date: Mon, 25 Jul 2022 11:10:59 +0800 Subject: [PATCH] Downgraded Jekyll-Spaceship from 0.10.2 (the latest) to 0.9.9. Downgrading solves Mathjax problem suggested by [Issue 81](https://github.com/jeffreytse/jekyll-spaceship/issues/81). --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9c6f44dd7..c83f9a4dc 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "github-pages", "~> 227", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" - gem "jekyll-spaceship" + gem "jekyll-spaceship", "~> 0.9.9" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem