From 4193bbc33278a092a530223625a829076c851e04 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:18:26 +0100 Subject: [PATCH] Testing webhooks with hugo --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 6d0b53c..72f3a06 100644 --- a/config.toml +++ b/config.toml @@ -5,3 +5,4 @@ theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] canonifyURLs = true relativeURLs = true +uglyURLs = true