summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiDeoo2024-01-16 14:43:23 +0100
committerGitHub2024-01-16 14:43:23 +0100
commit6c106fa40835bdc05f6bcaec091594d5535dd710 (patch)
tree26fe223aafe2d54a2f0081e6fd0006f8f416e84d
parent4ba5389cdc4b7782349e93fd128512c69b4cf8f0 (diff)
downloadIT.starlight-6c106fa40835bdc05f6bcaec091594d5535dd710.tar.gz
IT.starlight-6c106fa40835bdc05f6bcaec091594d5535dd710.tar.bz2
IT.starlight-6c106fa40835bdc05f6bcaec091594d5535dd710.zip
docs: ignore testimonials from search results (#1375)
-rw-r--r--docs/src/components/testimonial-grid.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/components/testimonial-grid.astro b/docs/src/components/testimonial-grid.astro
index 59b8a1c7..d8fc4ea8 100644
--- a/docs/src/components/testimonial-grid.astro
+++ b/docs/src/components/testimonial-grid.astro
@@ -6,7 +6,7 @@ interface Props {
const { title } = Astro.props;
---
-<div class="testimonial-wrapper not-content">
+<div class="testimonial-wrapper not-content" data-pagefind-ignore>
<h2 class="testimonial-grid-title">{title}</h2>
<ul class="testimonial-grid">
<slot />