From 3854dfeeb31aa2afe4784198d6aa4dee56c57e06 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:32:03 +0100 Subject: [PATCH] Testing webhooks with hugo --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 174517e..6edd02a 100644 --- a/config.toml +++ b/config.toml @@ -3,5 +3,5 @@ languageCode = "en-us" title = "My New Hugo Site" theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] -CanonifyURLs = true -RelativeURLs = true +CanonifyURLs=true +RelativeURLs=true