From d47a9e615e5a3ce50de34ed4dd6c639a06372792 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:07:20 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20baseURL=20from=20exampl?= =?UTF-8?q?eSite=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/config.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 296fd896..a8c65ce3 100755 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,7 +7,6 @@ # https://jpanther.github.io/congo/docs/ # -------------------------------------------------------------------------- -baseURL = "https://jpanther.github.io/congo/" theme = "congo" languageCode = "en-AU" defaultContentLanguage = "en" @@ -51,10 +50,10 @@ relativeURLs = true name = "Samples" pageRef = "samples" weight = 20 -# [[menu.main]] -# name = "Users" -# pageRef = "users" -# weight = 30 +[[menu.main]] + name = "Users" + pageRef = "users" + weight = 30 [[menu.main]] name = "GitHub" url = "https://github.com/jpanther/congo"