Skip to content

Commit ccdd944

Browse files
Exclude see also from page search (PageFind)
1 parent 4f4c7f5 commit ccdd944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/SeeAlsoSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { seeAlsoLinks, currentId } = Astro.props;
1010
---
1111

1212
{seeAlsoLinks.length > 0 && (
13-
<div class="see-also-section">
13+
<div class="see-also-section" data-pagefind-ignore>
1414
<h4>See Also</h4>
1515
{seeAlsoLinks.map((group) => (
1616
<div class="see-also-group">

0 commit comments

Comments
 (0)