We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477ecda commit ce09959Copy full SHA for ce09959
hugo_stats.json
@@ -369,6 +369,7 @@
369
"mb-2",
370
"mb-4",
371
"mb-8",
372
+ "md-dropdown",
373
"md:block",
374
"md:flex-nowrap",
375
"md:flex-row",
layouts/partials/content-default.html
@@ -3,7 +3,7 @@
3
{{ partial "breadcrumbs.html" . }}
4
<h1 data-pagefind-weight="10" class="flex scroll-mt-36 items-center">
5
<span>{{ .Title }}</span>
6
- <span class="ml-auto">
+ <span class="ml-auto md-dropdown">
7
{{ partial "md-dropdown.html" . }}
8
</span>
9
</h1>
pagefind.yml
@@ -2,3 +2,4 @@ output_subdir: pagefind
2
site: public
exclude_selectors:
- "table"
+ - ".md-dropdown"
0 commit comments