From 5f75ec7efd09a2a3463666eb7c6501eff081ecdb Mon Sep 17 00:00:00 2001 From: Coopydood <39441479+Coopydood@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:54:43 +0100 Subject: [PATCH] update gemfile --- docs/Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Gemfile b/docs/Gemfile index 157e9183..dcc31fa1 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -5,3 +5,5 @@ gem "jekyll", "~> 4.3.4" # installed by `gem jekyll` gem "just-the-docs", "0.10.0" # pinned to the current release # gem "just-the-docs" # always download the latest release + +gem "jekyll-default-layout" \ No newline at end of file