From bf765b19ba27f0ec1c6f645b94d8818bc32d55a7 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:17:59 +0100 Subject: [PATCH] Testing webhooks with hugo --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 564c94f..6d0b53c 100644 --- a/config.toml +++ b/config.toml @@ -4,3 +4,4 @@ title = "My New Hugo Site" theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] canonifyURLs = true +relativeURLs = true