1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix search indexing for category landing pages (#57213)

This commit is contained in:
Kevin Heis
2025-08-20 10:36:07 -07:00
committed by GitHub
parent 73038701c0
commit 17b94abb5f

View File

@@ -102,7 +102,7 @@ export const CategoryLanding = () => {
never render anything. It always just return null. */}
<ClientSideRedirects />
<div className="container-xl px-3 px-md-6 my-4">
<div className="container-xl px-3 px-md-6 my-4" data-search="article-body">
<div className={cx('d-none d-xl-block mt-3 mr-auto width-full')}>
<Breadcrumbs />
</div>