fix: pagefind error (#22355)

## Description
fix for new llms.txt page options rendering in search titles :')
This commit is contained in:
Sarah Sanders 2025-04-02 15:46:24 -04:00 committed by GitHub
parent 477ecdaace
commit ce09959c3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -369,6 +369,7 @@
"mb-2",
"mb-4",
"mb-8",
"md-dropdown",
"md:block",
"md:flex-nowrap",
"md:flex-row",

View File

@ -3,7 +3,7 @@
{{ partial "breadcrumbs.html" . }}
<h1 data-pagefind-weight="10" class="flex scroll-mt-36 items-center">
<span>{{ .Title }}</span>
<span class="ml-auto">
<span class="ml-auto md-dropdown">
{{ partial "md-dropdown.html" . }}
</span>
</h1>

View File

@ -2,3 +2,4 @@ output_subdir: pagefind
site: public
exclude_selectors:
- "table"
- ".md-dropdown"