From f985be02a964b915fa38271c7246a83f71d51b9f Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:31:35 +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 407f7ed..174517e 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