From 0ed4f0efb3bbdf3cb4c079e3406c5e4ce6b530ea Mon Sep 17 00:00:00 2001 From: David Darnes Date: Mon, 1 Jan 2018 21:47:18 +0000 Subject: [PATCH] Remove testing baseurl --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2aba323..f535f1f 100755 --- a/_config.yml +++ b/_config.yml @@ -62,5 +62,5 @@ title: "Garth" # Site name or title logo: "/assets/logo.svg" # Site logo description: "A stupidly simple theme for Jekyll, using the official Jekyll theme implementation" # Site description and default description url: "https://garth.darn.es" # Site url -baseurl: "/toast" +baseurl: "" lang: en-GB