From a78c0436a3b750528ea59641d438d1b305390c32 Mon Sep 17 00:00:00 2001 From: Cellebyte <marcel.fest@live.de> Date: Thu, 08 May 2025 15:25:40 +0000 Subject: [PATCH] fixed hugo 0.147 deprecations + CSS issues --- exampleSite/hugo.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 593d5bb..4f1cc7e 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -14,7 +14,7 @@ pagerSize = 10 path = 'page' -# disableKinds = ["taxonomy", "taxonomyTerm"] +# disableKinds = ["taxonomy"] [outputs] home = ["HTML", "RSS", "JSON"] -- Gitblit v1.10.0