From c154b289322685eac2291c24e253ddc883a3dbe6 Mon Sep 17 00:00:00 2001 From: Mircea-Pavel ANTON Date: Thu, 26 Jan 2023 23:42:16 +0000 Subject: [PATCH] Fix `sitemap` --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 8590fdaa..403a365d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -88,7 +88,7 @@ disableImageOptimization = false constrainItemsWidth = false [sitemap] - excludedKinds = [] + excludedKinds = ["taxonomy", "term"] [taxonomy] showTermCount = true