Skip to content

Commit ce09959

Browse files
fix: pagefind error (#22355)
## Description fix for new llms.txt page options rendering in search titles :')
1 parent 477ecda commit ce09959

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

hugo_stats.json

+1
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@
369369
"mb-2",
370370
"mb-4",
371371
"mb-8",
372+
"md-dropdown",
372373
"md:block",
373374
"md:flex-nowrap",
374375
"md:flex-row",

layouts/partials/content-default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{ partial "breadcrumbs.html" . }}
44
<h1 data-pagefind-weight="10" class="flex scroll-mt-36 items-center">
55
<span>{{ .Title }}</span>
6-
<span class="ml-auto">
6+
<span class="ml-auto md-dropdown">
77
{{ partial "md-dropdown.html" . }}
88
</span>
99
</h1>

pagefind.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ output_subdir: pagefind
22
site: public
33
exclude_selectors:
44
- "table"
5+
- ".md-dropdown"

0 commit comments

Comments
 (0)