From 8e3687431f40f3367635f067b3be89bd3f95d36e Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sat, 21 Mar 2026 12:01:29 +0100 Subject: [PATCH] fix: ensure taxonomy widget title is only linked if a taxonomy page exits (#1314) fix: ensure taxonomy widget title is only linked if a taxonomy page exists --- layouts/_partials/widget/taxonomy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_partials/widget/taxonomy.html b/layouts/_partials/widget/taxonomy.html index 8058fa9..c6fca84 100644 --- a/layouts/_partials/widget/taxonomy.html +++ b/layouts/_partials/widget/taxonomy.html @@ -20,7 +20,7 @@ {{ partial "helper/icon" $icon }}

- {{ if $showLink }} + {{ if and $showLink $taxonomyPage }} {{ $widgetTitle }}