From dd42bda788eb8f43080a83d8af5ac62102d738e2 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:36:31 +0100 Subject: [PATCH] Testing webhooks with hugo --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 6edd02a..54a863e 100644 --- a/config.toml +++ b/config.toml @@ -5,3 +5,4 @@ theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] CanonifyURLs=true RelativeURLs=true +UglyURLs=true