From 8dcba874dfc7759f878e2361f8b60677a1ead62d Mon Sep 17 00:00:00 2001 From: Eli <61938331+bonzibudd@users.noreply.github.com> Date: Wed, 25 Jan 2023 18:03:32 -0500 Subject: [PATCH] Override webpage title Top banner will display "Welcome to Open-Shell" while lower header will display "Open-Shell" --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c419263..862f8c2 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,2 @@ -theme: jekyll-theme-cayman \ No newline at end of file +title: "Welcome to Open-Shell" +theme: jekyll-theme-cayman