diff --git a/src/Services/TemplateService.php b/src/Services/TemplateService.php index 213d485d0..accd2cafc 100644 --- a/src/Services/TemplateService.php +++ b/src/Services/TemplateService.php @@ -154,7 +154,7 @@ public function isSearch(): bool { /** @var ShopUrls $shopUrls */ $shopUrls = pluginApp(ShopUrls::class); - return $shopUrls->is(RouteConfig::SEARCH); + return $shopUrls->is(RouteConfig::SEARCH) || $shopUrls->is(RouteConfig::TAGS); } /**