From 11fd308e604c5c041b7ee554adf3d69882bd4a14 Mon Sep 17 00:00:00 2001 From: SinaMostafanejad Date: Sun, 28 Feb 2021 20:17:01 -0500 Subject: [PATCH] removes template dependency to Jekyll spaceship plugin --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a9cef52..d953990 100644 --- a/Gemfile +++ b/Gemfile @@ -26,6 +26,6 @@ gem "github-pages" # gem "jekyll-include-cache" # # If you have any other plugins, put them here! -group :jekyll_plugins do - gem "jekyll-spaceship" -end \ No newline at end of file +#group :jekyll_plugins do +# gem "jekyll-spaceship" +#Eend