From 68b24086667befeaf58bb2c24683744b0058c7c9 Mon Sep 17 00:00:00 2001 From: David Marzal <2069735+Marzal@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:57:20 +0200 Subject: [PATCH] Fix deprecated taxonomyTerm --- exampleSite/config-dev.toml | 2 +- exampleSite/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config-dev.toml b/exampleSite/config-dev.toml index 68915891..9880ade6 100644 --- a/exampleSite/config-dev.toml +++ b/exampleSite/config-dev.toml @@ -7,7 +7,7 @@ theme = "syna" themesDir = "../.." enableGitInfo = true version = "0.17.4" -disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] +disableKinds = ["RSS", "taxonomy"] RelativeURLs = true CanonifyURLs = true diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e47183b7..ca872307 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,7 +7,7 @@ theme = "syna" themesDir = "../.." enableGitInfo = true version = "0.17.4" -disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] +disableKinds = ["RSS", "taxonomy"] ignorefiles = [ "content/dev/.*" ] # Google Analytics tracking