Skip to content

Commit

Permalink
add tags as search template type
Browse files Browse the repository at this point in the history
  • Loading branch information
stentrop committed Oct 5, 2021
1 parent 48afb43 commit e644556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/TemplateService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit e644556

Please sign in to comment.